This is the mail archive of the
binutils@sourceware.cygnus.com
mailing list for the binutils project.
K&R C fix for gas/config/tc-sparc.c
- To: binutils at sourceware dot cygnus dot com
- Subject: K&R C fix for gas/config/tc-sparc.c
- From: Alexandre Oliva <aoliva at cygnus dot com>
- Date: 05 Apr 2000 04:55:24 -0300
- Organization: Cygnus Solutions, a Red Hat Company
Ok to install? Release branch?
Index: gas/ChangeLog
from Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* config/tc-sparc.c (sparc_ip): Avoid string pasting.
Index: gas/config/tc-sparc.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-sparc.c,v
retrieving revision 1.13
diff -u -r1.13 tc-sparc.c
--- gas/config/tc-sparc.c 2000/02/28 03:51:32 1.13
+++ gas/config/tc-sparc.c 2000/04/05 07:51:45
@@ -1894,8 +1894,7 @@
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. */
--
Alexandre Oliva Enjoy Guaranį, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org} Write to mailing lists, not to me