OSDN Git Service

* i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Sep 1997 15:42:45 +0000 (15:42 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Sep 1997 15:42:45 +0000 (15:42 +0000)
          mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
          sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
          definitions.  Use -qrtems instead of -mrtems.

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

gcc/ChangeLog
gcc/config/i386/go32-rtems.h
gcc/config/i386/rtems.h
gcc/config/i960/rtems.h
gcc/config/m68k/rtems.h
gcc/config/mips/rtems64.h
gcc/config/pa/rtems.h
gcc/config/rs6000/rtems.h
gcc/config/sh/rtems.h
gcc/config/sparc/rtems.h

index 3bfc80c..22b78c6 100644 (file)
@@ -1,3 +1,10 @@
+Wed Sep  3 09:28:50 CDT 1997  Joel Sherrill (joel@OARcorp.com)
+
+       * i386/go32-rtems.h, i386/rtems.h, i960/rtems.h, m68k/rtems.h,
+         mips/rtems64.h, pa/rtems.h, rs6000/rtems.h, sh/rtems.h,
+         sparc/rtems.h (subtarget_switches): Removed SUBTARGET_SWITCHES
+         definitions.  Use -qrtems instead of -mrtems.
+
 Wed Sep  3 09:05:41 1997  Robert Lipe  (robert@dgii.com)
 
        * xm-sco5.h (sys_siglist): Define.
index d2be80b..99bada6 100644 (file)
@@ -31,9 +31,5 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-Dunix -Di386 -DGO32 -DMSDOS -Drtems -D__rtems__ \
   -Asystem(unix) -Asystem(msdos) -Acpu(i386) -Amachine(i386) -Asystem(rtems)"
 
-#undef  SUBTARGET_SWITCHES
-#define SUBTARGET_SWITCHES \
-  { "rtems", 0 },
-
 /* end of i386/go32-rtems.h */
 
index ea30a67..d3e53c6 100644 (file)
@@ -28,8 +28,4 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-Di386 -Drtems -D__rtems__ \
    -Asystem(rtems) -Acpu(i386) -Amachine(i386)"
 
-#undef  SUBTARGET_SWITCHES
-#define SUBTARGET_SWITCHES \
-  { "rtems", 0 },
-
 /* end of i386/rtems.h */
index af5a26f..3792ff2 100644 (file)
@@ -28,8 +28,4 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-Di960 -Di80960 -DI960 -DI80960 -Drtems -D__rtems__ \
    -Asystem(rtems) -Acpu(i960) -Amachine(i960)"
 
-#undef  SUBTARGET_SWITCHES
-#define SUBTARGET_SWITCHES \
-  { "rtems", 0 },
-
 /* end of i960/rtems.h */
index 817f05f..45ea9cf 100644 (file)
@@ -27,8 +27,4 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-Dmc68000 -Drtems -D__rtems__ \
    -Asystem(rtems) -Acpu(mc68000) -Acpu(m68k) -Amachine(m68k)"
 
-#undef  SUBTARGET_SWITCHES
-#define SUBTARGET_SWITCHES \
-  { "rtems", 0 },
-
 /* end of m68k/rtems.h */
index a9547c8..c13ddac 100644 (file)
@@ -28,8 +28,4 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-Dmips -DMIPSEB -DR4000 -D_mips -D_MIPSEB -D_R4000 \
    -Drtems -D__rtems__ -Asystem(rtems)"
 
-#undef  SUBTARGET_SWITCHES
-#define SUBTARGET_SWITCHES \
-  { "rtems", 0 },
-
 /* end of mips/rtems64.h */
index 784524d..892142c 100644 (file)
@@ -25,8 +25,4 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-Dhppa -DPWB -Acpu(hppa) -Amachine(hppa) \
    -Drtems -D__rtems__ -Asystem(rtems)"
 
-#undef  SUBTARGET_SWITCHES
-#define SUBTARGET_SWITCHES \
-  { "rtems", 0 },
-
 /* end of pa/rtems.h */
index 0bcec52..b252b8f 100644 (file)
@@ -28,10 +28,4 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-DPPC -Drtems -D__rtems__ \
    -Asystem(rtems) -Acpu(powerpc) -Amachine(powerpc)"
 
-/* extend the SUBTARGET_SWITCHES in rs6000/sysv4.h */
-
-#undef  EXTRA_SUBTARGET_SWITCHES
-#define EXTRA_SUBTARGET_SWITCHES \
-  { "rtems", 0 },
-
 /* end of powerpc-rtems.h */
index 5cbdf9b..56a4aa4 100644 (file)
@@ -28,8 +28,4 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-D__sh__ -D__ELF__ -Drtems -D__rtems__ \
   -Asystem(rtems) -Acpu(sh) -Amachine(sh)"
 
-#undef  SUBTARGET_SWITCHES
-#define SUBTARGET_SWITCHES \
-  { "rtems", 0 },
-
 /* end of sparc/rtems.h */
index 5b18619..d21a071 100644 (file)
@@ -28,8 +28,4 @@ Boston, MA 02111-1307, USA.  */
 #define CPP_PREDEFINES "-Dsparc -D__GCC_NEW_VARARGS__ -Drtems -D__rtems__ \
   -Asystem(rtems) -Acpu(sparc) -Amachine(sparc)"
 
-#undef  SUBTARGET_SWITCHES
-#define SUBTARGET_SWITCHES \
-  { "rtems", 0 },
-
 /* end of sparc/rtems.h */