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
This commit is contained in:
parent
1169f9e02d
commit
92d4b8a08f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
* config.gcc (*-*-netbsd*1.[7-9]*, *-*-netbsd*[2-9]*): Set
|
||||
|
|
|
@ -317,7 +317,7 @@ h8300_init_once ()
|
|||
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue