diff options
author | Doug Evans <dje@gnu.org> | 1995-03-10 19:03:43 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1995-03-10 19:03:43 +0000 |
commit | 41b455df14d4460e1becf590b7b841145f5b8204 (patch) | |
tree | b9399c69488cb1fa615ba84c722ff8cde10bdf79 /gcc | |
parent | fe41a98eb213c6fd3307b57551f9b837a882f1b9 (diff) | |
download | gcc-41b455df14d4460e1becf590b7b841145f5b8204.zip gcc-41b455df14d4460e1becf590b7b841145f5b8204.tar.gz gcc-41b455df14d4460e1becf590b7b841145f5b8204.tar.bz2 |
riscix.h (SUBTARGET_SWITCHES): Renamed from ARM_EXTRA_TARGET_SWITCHES.
* arm/riscix.h (SUBTARGET_SWITCHES): Renamed from ARM_EXTRA_TARGET_SWITCHES.
* arm/riscix1-1.h (SUBTARGET_SWITCHES): Likewise.
From-SVN: r9159
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/arm/riscix.h | 7 | ||||
-rw-r--r-- | gcc/config/arm/riscix1-1.h | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/arm/riscix.h b/gcc/config/arm/riscix.h index f0aba74..aeee631 100644 --- a/gcc/config/arm/riscix.h +++ b/gcc/config/arm/riscix.h @@ -82,10 +82,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif #endif -/* None of these is actually used in cc1, so they modify bit 31 */ -#define ARM_EXTRA_TARGET_SWITCHES \ +/* None of these is actually used in cc1. If we don't define them in target + switches cc1 complains about them. For the sake of argument lets allocate + bit 31 of target flags for such options. */ +#define SUBTARGET_SWITCHES \ {"bsd", 0x80000000}, {"xopen", 0x80000000}, {"no-symrename", 0x80000000}, - /* Run-time Target Specification. */ diff --git a/gcc/config/arm/riscix1-1.h b/gcc/config/arm/riscix1-1.h index 8a12c29..d1d1ec5 100644 --- a/gcc/config/arm/riscix1-1.h +++ b/gcc/config/arm/riscix1-1.h @@ -41,9 +41,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ By not having -mxopen and -mno-symrename, we get warning messages, but everything still compiles. */ /* None of these is actually used in cc1, so they modify bit 31 */ -#define ARM_EXTRA_TARGET_SWITCHES \ +#define SUBTARGET_SWITCHES \ {"bsd", 0x80000000}, - /* Run-time Target Specification. */ |