pa.c (pa_option_override): Remove trailing comma from warning.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 12 Oct 2019 18:31:42 +0000 (18:31 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 12 Oct 2019 18:31:42 +0000 (18:31 +0000)
* gcc/config/pa/pa.c (pa_option_override): Remove trailing comma
from warning.

From-SVN: r276920

gcc/ChangeLog
gcc/config/pa/pa.c

index 800b8cef5245ac5c9409acf84adafb3800fa1e01..bce36a339d3b22f45b11568e0372b86ea83e01e7 100644 (file)
@@ -1,3 +1,8 @@
+2019-10-12  John David Anglin  <danglin@gcc.gnu.org>
+
+       * gcc/config/pa/pa.c (pa_option_override): Remove trailing comma
+       from warning.
+
 2019-10-12  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/92063
index 4f48c416e2de7d0ff36e3e4b1529ccf5d6d838c3..a11362bb06b3ab13986629002567d681002c446b 100644 (file)
@@ -535,7 +535,7 @@ pa_option_override (void)
 
   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;
     }