diff options
Diffstat (limited to 'gcc/config/sparc/sp64-elf.h')
-rw-r--r-- | gcc/config/sparc/sp64-elf.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/gcc/config/sparc/sp64-elf.h b/gcc/config/sparc/sp64-elf.h index a6ae0271e42..e1820e07641 100644 --- a/gcc/config/sparc/sp64-elf.h +++ b/gcc/config/sparc/sp64-elf.h @@ -1,5 +1,5 @@ /* Definitions of target machine for GCC, for SPARC64, ELF. - Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2004, 2005, 2007 + Copyright (C) 1994, 1995, 1996, 1997, 1998, 2000, 2004, 2005, 2007, 2010 Free Software Foundation, Inc. Contributed by Doug Evans, dje@cygnus.com. @@ -71,15 +71,6 @@ crtbegin.o%s \ /* Use the default (for now). */ #undef LIB_SPEC -/* This defines which switch letters take arguments. - It is as in svr4.h but with -R added. */ -#undef SWITCH_TAKES_ARG -#define SWITCH_TAKES_ARG(CHAR) \ - (DEFAULT_SWITCH_TAKES_ARG(CHAR) \ - || (CHAR) == 'R' \ - || (CHAR) == 'h' \ - || (CHAR) == 'z') - #undef BYTES_BIG_ENDIAN #define BYTES_BIG_ENDIAN (! TARGET_LITTLE_ENDIAN) |