Commit 92d4b8a0 by Kazu Hirata Committed by Kazu Hirata

h8300.c (h8300_init_once): Fix a typo in the target help message.

	* config/h8300/h8300.c (h8300_init_once): Fix a typo in the
	target help message.

From-SVN: r59445
parent 1169f9e0
2002-11-24 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (h8300_init_once): Fix a typo in the
target help message.
2002-11-24 Jason Thorpe <thorpej@wasabisystems.com> 2002-11-24 Jason Thorpe <thorpej@wasabisystems.com>
* config.gcc (*-*-netbsd*1.[7-9]*, *-*-netbsd*[2-9]*): Set * config.gcc (*-*-netbsd*1.[7-9]*, *-*-netbsd*[2-9]*): Set
......
...@@ -317,7 +317,7 @@ h8300_init_once () ...@@ -317,7 +317,7 @@ h8300_init_once ()
if (TARGET_H8300 && TARGET_NORMAL_MODE) if (TARGET_H8300 && TARGET_NORMAL_MODE)
{ {
error ("-mn used without -mh or -ms"); error ("-mn is used without -mh or -ms");
target_flags ^= MASK_NORMAL_MODE; target_flags ^= MASK_NORMAL_MODE;
} }
......
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