This patch fixes a warning from pa.c.

Tested on hppa-unknown-linux-gnu.  Committed to trunk.

Dave

Index: gcc/config/pa/pa.c
===================================================================
--- gcc/config/pa/pa.c  (revision 276877)
+++ gcc/config/pa/pa.c  (working copy)
@@ -535,7 +535,7 @@

   if (! TARGET_GAS && write_symbols != NO_DEBUG)
     {
-      warning (0, "%<-g%> is only supported when using GAS on this 
processor,");
+      warning (0, "%<-g%> is only supported when using GAS on this processor");
       warning (0, "%<-g%> option disabled");
       write_symbols = NO_DEBUG;
     }

Reply via email to