* i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
authorJoel Sherrill <joel@OARcorp.com>
Thu, 4 Sep 1997 15:59:54 +0000 (15:59 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 4 Sep 1997 15:59:54 +0000 (09:59 -0600)
From-SVN: r15077

gcc/ChangeLog
gcc/config/i960/i960.h

index 81123aace074f09abf7c32fe2f8b63ff17e56fee..b6d61fb1eaa10f3c23143f74cfa47c936ca08775 100644 (file)
@@ -1,3 +1,7 @@
+Thu Sep  4 09:58:53 1997  Joel Sherrill  (joel@OARcorp.com)
+
+       * i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
+
 Thu Sep  4 09:53:20 1997  Jim Wilson  (wilson@cygnus.com)
 
        * profile.c (output_arc_profiler): Verify next_insert_after is an
index 3a24a45a2b5fdb2479276aea4dfb2481afb8f507..77aab4569cffc9640ef6c9b0f12ed532f4e57f88 100644 (file)
@@ -272,6 +272,9 @@ extern int target_flags;
     SUBTARGET_SWITCHES                                                  \
     { "", TARGET_DEFAULT}}
 
+/* This are meant to be redefined in the host dependent files */
+#define SUBTARGET_SWITCHES
+
 /* Override conflicting target switch options.
    Doesn't actually detect if more than one -mARCH option is given, but
    does handle the case of two blatantly conflicting -mARCH options.  */