diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-22 12:06:01 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-22 12:06:01 +0000 |
commit | 57809813b459dc5926d3d2f8d89dba41a73bad1e (patch) | |
tree | a92085fa56630420fbd714a86cd4883b809f5416 /gcc/config/v850 | |
parent | 6e30705627f75583735d7e04d1a162ee4afbe838 (diff) | |
download | gcc-57809813b459dc5926d3d2f8d89dba41a73bad1e.zip gcc-57809813b459dc5926d3d2f8d89dba41a73bad1e.tar.gz gcc-57809813b459dc5926d3d2f8d89dba41a73bad1e.tar.bz2 |
svr4.h: Remove.
* config/svr4.h: Remove.
* system.h (USING_SVR4_H, SVR4_ASM_SPEC): Poison.
* config.gcc, config/bfin/bfin.h, config/cris/cris.h,
config/fr30/fr30.h, config/frv/frv.h, config/i386/openbsdelf.h,
config/i386/vx-common.h, config/ia64/elf.h, config/ia64/ia64.h,
config/ia64/sysv4.h, config/iq2000/iq2000.h, config/m68k/linux.h,
config/m68k/m68kelf.h, config/mips/mips.h, config/mips/vxworks.h,
config/moxie/moxie.h, config/netbsd-aout.h, config/openbsd.h,
config/rs6000/sysv4.h, config/sh/elf.h, config/sh/sh.h,
config/sol2.h, config/sparc/sysv4.h, config/stormy16/stormy16.h,
config/v850/v850.h, config/vxworks.h: Remove or update comments
referring to svr4.h.
From-SVN: r168166
Diffstat (limited to 'gcc/config/v850')
-rw-r--r-- | gcc/config/v850/v850.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index c34ee88..f7926f3 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -25,7 +25,6 @@ extern GTY(()) rtx v850_compare_op0; extern GTY(()) rtx v850_compare_op1; -/* These are defined in svr4.h but we want to override them. */ #undef LIB_SPEC #define LIB_SPEC "%{!shared:%{!symbolic:--start-group -lc -lgcc --end-group}}" @@ -931,7 +930,6 @@ typedef enum it. */ #define JUMP_TABLES_IN_TEXT_SECTION (!TARGET_JUMP_TABLES_IN_DATA_SECTION) -/* svr4.h defines this assuming that 4 byte alignment is required. */ #undef ASM_OUTPUT_BEFORE_CASE_LABEL #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE,PREFIX,NUM,TABLE) \ ASM_OUTPUT_ALIGN ((FILE), (TARGET_BIG_SWITCH ? 2 : 1)); |