From 41b455df14d4460e1becf590b7b841145f5b8204 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 10 Mar 1995 19:03:43 +0000 Subject: [PATCH] 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 --- gcc/config/arm/riscix.h | 7 ++++--- 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 f0aba7401c4..aeee6318118 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 8a12c29e5ae..d1d1ec57c7a 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. */ -- 2.30.2