OSDN Git Service

* config/h8300/h8300.c (h8300_init_once): Replace 1 with
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Nov 2002 05:04:31 +0000 (05:04 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Nov 2002 05:04:31 +0000 (05:04 +0000)
MASK_H8300S.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@59286 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 64cedde..136550f 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 c31bab6..7edf3f4 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)