[PATCH] PPC warning fix

Franz Sirl Franz.Sirl-kernel@lauterbach.com
Tue May 16 14:46:00 GMT 2000


Hi,

the appended patch fixes a bunch of "unused variable" warnings in the 
mainline.

OK to commit?

Franz.

	* rs6000/sysv4.h (ASM_OUTPUT_DWARF_ADDR): Delete unused variable.

Index: sysv4.h
===================================================================
RCS file: /cvs/gcc/egcs/gcc/config/rs6000/sysv4.h,v
retrieving revision 1.29
diff -u -p -r1.29 sysv4.h
--- sysv4.h	2000/05/16 20:53:49	1.29
+++ sysv4.h	2000/05/16 21:39:50
@@ -816,7 +816,6 @@ do {									\
   if (TARGET_RELOCATABLE)						\
     {									\
       char buf[256];							\
-      const char *p;							\
 									\
       ASM_GENERATE_INTERNAL_LABEL (buf, "LCP", fixuplabelno);		\
       fixuplabelno++;							\


More information about the Gcc-patches mailing list