aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel@OARcorp.com>1997-09-04 15:59:54 +0000
committerJeff Law <law@gcc.gnu.org>1997-09-04 09:59:54 -0600
commit02d7a56981399318871606174f8638873426b986 (patch)
tree22c647c7e5c546a967c8e7ffbeab085d48c9ca34
parent6030b6afe7e455948a4b0c4c3fef14cd896a8878 (diff)
downloadgcc-02d7a56981399318871606174f8638873426b986.zip
gcc-02d7a56981399318871606174f8638873426b986.tar.gz
gcc-02d7a56981399318871606174f8638873426b986.tar.bz2
* i960/i960.h: Added default for SUBTARGET_SWITCHES macro.
From-SVN: r15077
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i960/i960.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 81123aa..b6d61fb 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h
index 3a24a45..77aab45 100644
--- a/gcc/config/i960/i960.h
+++ b/gcc/config/i960/i960.h
@@ -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. */