h8300.c (h8300_init_once): Replace 1 with MASK_H8300S.
authorKazu Hirata <kazu@gcc.gnu.org>
Wed, 20 Nov 2002 05:04:31 +0000 (05:04 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 20 Nov 2002 05:04:31 +0000 (05:04 +0000)
* config/h8300/h8300.c (h8300_init_once): Replace 1 with
MASK_H8300S.

From-SVN: r59286

gcc/ChangeLog
gcc/config/h8300/h8300.c

index 64cedde103d34b2ac0e047717dd9bef1cd5e0449..136550fac4c765c44e2f13e12f90fa8845559e5c 100644 (file)
@@ -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.
index c31bab60f284c831d741b96400b17f618d845e8d..7edf3f445daec3e3e5202a3b0e6ec26972d05042 100644 (file)
@@ -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)