PATCH: Cleanup mips gas

H . J . Lu hjl@lucon.org
Sun Jul 22 11:13:00 GMT 2001


I checked in the following patch under the obvious fix rule.


H.J.
----
2001-07-22  H.J. Lu <hjl@gnu.org>

	* config/tc-mips.c (s_mips_end): Remove unused variables.
	(s_mips_frame): Add ATTRIBUTE_UNUSED.

Index: config/tc-mips.c
===================================================================
RCS file: /work/cvs/gnu/binutils/gas/config/tc-mips.c,v
retrieving revision 1.44
diff -u -p -r1.44 tc-mips.c
--- config/tc-mips.c	2001/07/04 17:20:10	1.44
+++ config/tc-mips.c	2001/07/20 21:08:01
@@ -11841,9 +11854,7 @@ s_mips_end (x)
   {
     segT saved_seg = now_seg;
     subsegT saved_subseg = now_subseg;
-    fragS *saved_frag = frag_now;
     valueT dot;
-    segT seg;
     expressionS exp;
     char *fragp;
 
@@ -11938,7 +11949,7 @@ s_mips_ent (aent)
 
 static void
 s_mips_frame (ignore)
-     int ignore;
+     int ignore ATTRIBUTE_UNUSED;
 {
 #ifdef MIPS_STABS_ELF
 



More information about the Binutils mailing list