Remove trailing | in help message.

	PR translation/93830
	* common/config/avr/avr-common.c: Remote trailing "|".
parent 85232b45
2020-02-20 Martin Liska <mliska@suse.cz>
PR translation/93830
* common/config/avr/avr-common.c: Remote trailing "|".
2020-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de> 2020-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
* collect2.c (maybe_run_lto_and_relink): Fix typo in * collect2.c (maybe_run_lto_and_relink): Fix typo in
......
...@@ -96,7 +96,7 @@ avr_handle_option (struct gcc_options *opts, struct gcc_options*, ...@@ -96,7 +96,7 @@ avr_handle_option (struct gcc_options *opts, struct gcc_options*,
{ {
#if !defined (HAVE_DOUBLE32) #if !defined (HAVE_DOUBLE32)
error_at (loc, "option %<-mdouble=32%> is only available if " error_at (loc, "option %<-mdouble=32%> is only available if "
"configured %<--with-double={|32|32,64|64,32}%>"); "configured %<--with-double={32|32,64|64,32}%>");
#endif #endif
} }
else else
...@@ -121,9 +121,9 @@ avr_handle_option (struct gcc_options *opts, struct gcc_options*, ...@@ -121,9 +121,9 @@ avr_handle_option (struct gcc_options *opts, struct gcc_options*,
{ {
#if !defined (HAVE_LONG_DOUBLE32) #if !defined (HAVE_LONG_DOUBLE32)
error_at (loc, "option %<-mlong-double=32%> is only available if " error_at (loc, "option %<-mlong-double=32%> is only available if "
"configured %<--with-long-double={|32|32,64|64,32}%>, " "configured %<--with-long-double={32|32,64|64,32}%>, "
"or %<--with-long-double=double%> together with " "or %<--with-long-double=double%> together with "
"%<--with-double={|32|32,64|64,32}%>"); "%<--with-double={32|32,64|64,32}%>");
#endif #endif
opts->x_avr_double = 32; opts->x_avr_double = 32;
} }
......
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