From: Kazu Hirata Date: Wed, 20 Nov 2002 05:04:31 +0000 (+0000) Subject: h8300.c (h8300_init_once): Replace 1 with MASK_H8300S. X-Git-Tag: releases/gcc-3.3.0~1730 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec5b0c68f3339e61bf37738f79c99252cdbfe3c1;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 64cedde103d3..136550fac4c7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,9 @@ -2002-11-07 Vijay L. Khuspe +2002-11-19 Kazu Hirata + + * config/h8300/h8300.c (h8300_init_once): Replace 1 with + MASK_H8300S. + +2002-11-19 Vijay L. Khuspe * config/h8300/h8300.c (h8300_init_once): Allow -mn switch only if -mh or -ms present. diff --git a/gcc/config/h8300/h8300.c b/gcc/config/h8300/h8300.c index c31bab60f284..7edf3f445dae 100644 --- a/gcc/config/h8300/h8300.c +++ b/gcc/config/h8300/h8300.c @@ -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)