From 02d7a56981399318871606174f8638873426b986 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 4 Sep 1997 15:59:54 +0000 Subject: [PATCH] * i960/i960.h: Added default for SUBTARGET_SWITCHES macro. From-SVN: r15077 --- gcc/ChangeLog | 4 ++++ gcc/config/i960/i960.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 81123aace07..b6d61fb1eaa 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 3a24a45a2b5..77aab4569cf 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. */