]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/tc-sparc.c (sparc_ip): Avoid string pasting.
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 5 Apr 2000 09:36:19 +0000 (09:36 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Wed, 5 Apr 2000 09:36:19 +0000 (09:36 +0000)
gas/ChangeLog
gas/config/tc-sparc.c

index ab33954219f1bd5b4ea346504bd8a174c5d5a89d..0cae5c9c35b34af773f13b86946373c05d6acc48 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-05  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
+
+       * config/tc-sparc.c (sparc_ip): Avoid string pasting.
+
 2000-04-04  Alan Modra  <alan@linuxcare.com.au>
 
        * po/gas.pot: Regenerate.
index 1e7230061de3594c29ed88101b1337478502e602..149610e4699f263061c5d24b128b18e767e8193d 100644 (file)
@@ -1894,8 +1894,7 @@ sparc_ip (str, pinsn)
 
                  if ((mask & ~1) == 2 && sparc_arch_size == 64
                      && no_undeclared_regs && ! globals [mask])
-                   as_bad (_("detected global register use not "
-                             "covered by .register pseudo-op"));
+                   as_bad (_("detected global register use not covered by .register pseudo-op"));
 
                  /* Got the register, now figure out where
                     it goes in the opcode.  */