Commit dfa075d0 by Jeff Law

Fix diagnostic text on H8.

	* config/h8300/h8300.c (h8300_option_override): Fix diagnostic text.
parent efe0fd93
2020-01-23 Jeff Law <law@redhat.com>
* config/h8300/h8300.c (h8300_option_override): Fix diagnostic text.
2020-01-23 Mikael Tillenius <mti-1@tillenius.com> 2020-01-23 Mikael Tillenius <mti-1@tillenius.com>
* config/h8300/h8300.h (FUNCTION_PROFILER): Fix emission of * config/h8300/h8300.h (FUNCTION_PROFILER): Fix emission of
......
...@@ -378,8 +378,8 @@ h8300_option_override (void) ...@@ -378,8 +378,8 @@ h8300_option_override (void)
if ((!TARGET_H8300S && TARGET_NEXR) && (!TARGET_H8300SX && TARGET_NEXR)) if ((!TARGET_H8300S && TARGET_NEXR) && (!TARGET_H8300SX && TARGET_NEXR))
{ {
warning (OPT_mno_exr, "%<-mno-exr%> valid only with %<-ms%> or " warning (OPT_mno_exr, "%<-mno-exr%> is valid only with %<-ms%> or "
"%<-msx%> - Option ignored!"); "%<-msx%> - option ignored");
} }
#ifdef H8300_LINUX #ifdef H8300_LINUX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment