From: John David Anglin Date: Sat, 12 Oct 2019 18:31:42 +0000 (+0000) Subject: pa.c (pa_option_override): Remove trailing comma from warning. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b6941da896f23c8a30c93469b237350615f52721;p=gcc.git pa.c (pa_option_override): Remove trailing comma from warning. * gcc/config/pa/pa.c (pa_option_override): Remove trailing comma from warning. From-SVN: r276920 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 800b8cef524..bce36a339d3 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-10-12 John David Anglin + + * gcc/config/pa/pa.c (pa_option_override): Remove trailing comma + from warning. + 2019-10-12 Jakub Jelinek PR middle-end/92063 diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c index 4f48c416e2d..a11362bb06b 100644 --- a/gcc/config/pa/pa.c +++ b/gcc/config/pa/pa.c @@ -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; }