This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

K&R C fix for gas/config/tc-sparc.c


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]