h8300.c (h8300_init_once): Replace 1 with MASK_H8300S.
* config/h8300/h8300.c (h8300_init_once): Replace 1 with MASK_H8300S. From-SVN: r59286
This commit is contained in:
parent
39ba95b5e1
commit
ec5b0c68f3
2 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
2002-11-07 Vijay L. Khuspe <vijayk1@kpit.com>
|
||||
2002-11-19 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/h8300.c (h8300_init_once): Replace 1 with
|
||||
MASK_H8300S.
|
||||
|
||||
2002-11-19 Vijay L. Khuspe <vijayk1@kpit.com>
|
||||
|
||||
* config/h8300/h8300.c (h8300_init_once): Allow -mn switch
|
||||
only if -mh or -ms present.
|
||||
|
|
|
@ -312,7 +312,7 @@ h8300_init_once ()
|
|||
if (!TARGET_H8300S && TARGET_MAC)
|
||||
{
|
||||
error ("-ms2600 is used without -ms");
|
||||
target_flags |= 1;
|
||||
target_flags |= MASK_H8300S;
|
||||
}
|
||||
|
||||
if (TARGET_H8300 && TARGET_NORMAL_MODE)
|
||||
|
|
Loading…
Add table
Reference in a new issue