riscix.h (SUBTARGET_SWITCHES): Renamed from ARM_EXTRA_TARGET_SWITCHES.
authorDoug Evans <dje@gnu.org>
Fri, 10 Mar 1995 19:03:43 +0000 (19:03 +0000)
committerDoug Evans <dje@gnu.org>
Fri, 10 Mar 1995 19:03:43 +0000 (19:03 +0000)
* 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
gcc/config/arm/riscix1-1.h

index f0aba7401c480de71bf8e33ac31635c9d4847648..aeee6318118debe2f55032970b4e0ce62710923b 100644 (file)
@@ -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.  */
index 8a12c29e5ae2ca485c6b5d9f2da7338a95865dd1..d1d1ec57c7a2f9f0fcf4f6b7f54d85c94e7a4c5e 100644 (file)
@@ -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.  */