From: Richard Sandiford Date: Mon, 21 Mar 2005 20:52:36 +0000 (+0000) Subject: * config/ip2k/ip2k.h (target_flags, TARGET_SWITCHES): Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6ec4845e26d1a6f4a3536e86e6beaf209903e92c;p=gcc.git * config/ip2k/ip2k.h (target_flags, TARGET_SWITCHES): Delete. From-SVN: r96831 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index acdafa6ade9..82e28782006 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-03-21 Richard Sandiford + + * config/ip2k/ip2k.h (target_flags, TARGET_SWITCHES): Delete. + 2005-03-21 Richard Sandiford * config/fr30/fr30.h (TARGET_SMALL_MODEL_MASK, TARGET_SMALL_MODEL) diff --git a/gcc/config/ip2k/ip2k.h b/gcc/config/ip2k/ip2k.h index 06381987ac6..42f053e1157 100644 --- a/gcc/config/ip2k/ip2k.h +++ b/gcc/config/ip2k/ip2k.h @@ -34,11 +34,6 @@ Boston, MA 02111-1307, USA. */ } \ while (0) -/* This declaration should be present. */ -extern int target_flags; - -#define TARGET_SWITCHES {{"",0, NULL}} - #define TARGET_VERSION fprintf (stderr, " (ip2k, GNU assembler syntax)") /* Caller-saves is not a win for the IP2K. Pretty much anywhere that