public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Cleanup mips gas
@ 2001-07-22 11:13 H . J . Lu
  0 siblings, 0 replies; only message in thread
From: H . J . Lu @ 2001-07-22 11:13 UTC (permalink / raw)
  To: binutils

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
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-22 11:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-22 11:13 PATCH: Cleanup mips gas H . J . Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).