diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-22 12:06:01 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-22 12:06:01 +0000 |
commit | 91276c478103eb7dccf986920d32a6ed21b93c34 (patch) | |
tree | a92085fa56630420fbd714a86cd4883b809f5416 /gcc/config/rs6000/sysv4.h | |
parent | 2bc256e35f105e5dbbc21d0648d8eaf7c0d095c5 (diff) | |
download | gcc-91276c478103eb7dccf986920d32a6ed21b93c34.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168166 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/sysv4.h')
-rw-r--r-- | gcc/config/rs6000/sysv4.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h index 5c6745b7071..34919189c3b 100644 --- a/gcc/config/rs6000/sysv4.h +++ b/gcc/config/rs6000/sysv4.h @@ -273,13 +273,9 @@ do { \ /* Type used for ptrdiff_t, as a string used in a declaration. */ #define PTRDIFF_TYPE "int" -/* Type used for wchar_t, as a string used in a declaration. */ -/* Override svr4.h definition. */ #undef WCHAR_TYPE #define WCHAR_TYPE "long int" -/* Width of wchar_t in bits. */ -/* Override svr4.h definition. */ #undef WCHAR_TYPE_SIZE #define WCHAR_TYPE_SIZE 32 @@ -404,8 +400,6 @@ do { \ #define LOCAL_LABEL_PREFIX "." #define USER_LABEL_PREFIX "" -/* svr4.h overrides (*targetm.asm_out.internal_label). */ - #define ASM_OUTPUT_INTERNAL_LABEL_PREFIX(FILE,PREFIX) \ asm_fprintf (FILE, "%L%s", PREFIX) @@ -550,8 +544,6 @@ extern int fixuplabelno; while (0) #endif -/* Pass various options to the assembler. */ -/* Override svr4.h definition. */ #undef ASM_SPEC #define ASM_SPEC "%(asm_cpu) \ %{,assembler|,assembler-with-cpp: %{mregnames} %{mno-regnames}} \ @@ -640,7 +632,6 @@ extern int fixuplabelno; #define LINK_START_DEFAULT_SPEC "" -/* Override svr4.h definition. */ #undef LINK_SPEC #define LINK_SPEC "\ %{h*} %{v:-V} %{!msdata=none:%{G*}} %{msdata=none:-G0} \ @@ -716,7 +707,6 @@ extern int fixuplabelno; #define CPP_OS_DEFAULT_SPEC "" -/* Override svr4.h definition. */ #undef STARTFILE_SPEC #define STARTFILE_SPEC "\ %{mads : %(startfile_ads) ; \ @@ -732,7 +722,6 @@ extern int fixuplabelno; #define STARTFILE_DEFAULT_SPEC "ecrti.o%s crtbegin.o%s" -/* Override svr4.h definition. */ #undef LIB_SPEC #define LIB_SPEC "\ %{mads : %(lib_ads) ; \ @@ -748,7 +737,6 @@ extern int fixuplabelno; #define LIB_DEFAULT_SPEC "-lc" -/* Override svr4.h definition. */ #undef ENDFILE_SPEC #define ENDFILE_SPEC "\ %{mads : %(endfile_ads) ; \ |