* gcc/config/pa/pa.c (pa_option_override): Remove trailing comma
from warning.
From-SVN: r276920
+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
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;
}