Commit ec5b0c68 by Kazu Hirata

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
parent 39ba95b5
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)
......
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