This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] Fix warning compiling pa.c


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;
     }


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