diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-21 20:52:36 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-21 20:52:36 +0000 |
commit | 7363c8a8612c0fd395bf8156a1919c55a362d8be (patch) | |
tree | 627e055c3bd22e325d720cf90b8eed4cfce36e16 /gcc/config | |
parent | f01f508823d5723a8797e4dd2cd51ab917e1e327 (diff) | |
download | gcc-7363c8a8612c0fd395bf8156a1919c55a362d8be.tar.gz |
* config/ip2k/ip2k.h (target_flags, TARGET_SWITCHES): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96831 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/ip2k/ip2k.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 |