From 5f9b07113d570c8822dcbb48e511fac4d3b8f3de Mon Sep 17 00:00:00 2001 From: Roger Sayle Date: Wed, 11 Jun 2003 17:52:42 +0000 Subject: [PATCH] d30v.h: Delete reference to ASM_FINAL_SPEC. * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC. * config/i386/netbsd-elf.h: Likewise. * config/m32r/m32r.h: Likewise. * config/mn10300/mn10300.h: Likewise. * config/stormy16/stormy16.h: Likewise. * config/v850/v850.h: Likewise. * config/vax/netbsd-elf.h: Likewise. * config/xtensa/elf.h: Likewise. * config/xtensa/linux.h: Likewise. Co-Authored-By: Kaveh R. Ghazi From-SVN: r67784 --- gcc/ChangeLog | 13 +++++++++++++ gcc/config/d30v/d30v.h | 3 --- gcc/config/i386/netbsd-elf.h | 2 -- gcc/config/m32r/m32r.h | 2 -- gcc/config/mn10300/mn10300.h | 1 - gcc/config/stormy16/stormy16.h | 12 ------------ gcc/config/v850/v850.h | 3 +-- gcc/config/vax/netbsd-elf.h | 1 - gcc/config/xtensa/elf.h | 2 -- gcc/config/xtensa/linux.h | 2 -- 10 files changed, 14 insertions(+), 27 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7713e3539ff..20b13512aaf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,16 @@ +2003-06-11 Roger Sayle + Kaveh R. Ghazi + + * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC. + * config/i386/netbsd-elf.h: Likewise. + * config/m32r/m32r.h: Likewise. + * config/mn10300/mn10300.h: Likewise. + * config/stormy16/stormy16.h: Likewise. + * config/v850/v850.h: Likewise. + * config/vax/netbsd-elf.h: Likewise. + * config/xtensa/elf.h: Likewise. + * config/xtensa/linux.h: Likewise. + 2003-06-11 Rainer Orth * config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h index 0881c54c162..953a7822d6e 100644 --- a/gcc/config/d30v/d30v.h +++ b/gcc/config/d30v/d30v.h @@ -42,9 +42,6 @@ %{!mno-asm-optimize: %{O*: %{!O0: -O} %{O0: %{masm-optimize: -O}}}} \ %{v} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}" -/* Defined in svr4.h. */ -/* #define ASM_FINAL_SPEC "" */ - /* Defined in svr4.h. */ #undef LINK_SPEC #define LINK_SPEC "\ diff --git a/gcc/config/i386/netbsd-elf.h b/gcc/config/i386/netbsd-elf.h index 3d779499c5f..3bc574e5cb3 100644 --- a/gcc/config/i386/netbsd-elf.h +++ b/gcc/config/i386/netbsd-elf.h @@ -64,8 +64,6 @@ Boston, MA 02111-1307, USA. */ #undef ASM_APP_OFF #define ASM_APP_OFF "#NO_APP\n" -#undef ASM_FINAL_SPEC - #undef ASM_COMMENT_START #define ASM_COMMENT_START "#" diff --git a/gcc/config/m32r/m32r.h b/gcc/config/m32r/m32r.h index 7af28e5ade7..36bd20643fb 100644 --- a/gcc/config/m32r/m32r.h +++ b/gcc/config/m32r/m32r.h @@ -176,8 +176,6 @@ Boston, MA 02111-1307, USA. */ #undef ASM_SPEC #define ASM_SPEC "%{v} %(asm_cpu) %(relax)" -#undef ASM_FINAL_SPEC - #define LINK_SPEC "%{v} %(link_cpu) %(relax)" #undef STARTFILE_SPEC diff --git a/gcc/config/mn10300/mn10300.h b/gcc/config/mn10300/mn10300.h index 0bde1766d92..88d6fdcd58e 100644 --- a/gcc/config/mn10300/mn10300.h +++ b/gcc/config/mn10300/mn10300.h @@ -23,7 +23,6 @@ Boston, MA 02111-1307, USA. */ #undef ASM_SPEC -#undef ASM_FINAL_SPEC #undef LIB_SPEC #undef ENDFILE_SPEC #undef LINK_SPEC diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index dc9aea926af..58fe8356083 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -23,22 +23,10 @@ Boston, MA 02111-1307, USA. */ /* Driver configuration */ -/* Defined in svr4.h. */ -/* #define SWITCH_TAKES_ARG(CHAR) */ - -/* Defined in svr4.h. */ -/* #define WORD_SWITCH_TAKES_ARG(NAME) */ - /* Defined in svr4.h. */ #undef ASM_SPEC #define ASM_SPEC "" -/* Defined in svr4.h. */ -/* #define ASM_FINAL_SPEC "" */ - -/* Defined in svr4.h. */ -/* #define LINK_SPEC "" */ - /* For xstormy16: - If -msim is specified, everything is built and linked as for the sim. - If -T is specified, that linker script is used, and it should provide diff --git a/gcc/config/v850/v850.h b/gcc/config/v850/v850.h index 83a39cdd16d..e2729a991b1 100644 --- a/gcc/config/v850/v850.h +++ b/gcc/config/v850/v850.h @@ -23,8 +23,7 @@ #ifndef GCC_V850_H #define GCC_V850_H -/* These are defiend in svr4.h but we want to override them. */ -#undef ASM_FINAL_SPEC +/* These are defined in svr4.h but we want to override them. */ #undef LIB_SPEC #undef ENDFILE_SPEC #undef LINK_SPEC diff --git a/gcc/config/vax/netbsd-elf.h b/gcc/config/vax/netbsd-elf.h index efa11120557..c946fef61f8 100644 --- a/gcc/config/vax/netbsd-elf.h +++ b/gcc/config/vax/netbsd-elf.h @@ -58,4 +58,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef TARGET_DEFAULT #define TARGET_DEFAULT 0 -#undef ASM_FINAL_SPEC diff --git a/gcc/config/xtensa/elf.h b/gcc/config/xtensa/elf.h index 6c8ebcdc211..65b0f6eb337 100644 --- a/gcc/config/xtensa/elf.h +++ b/gcc/config/xtensa/elf.h @@ -51,8 +51,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA %{mlongcalls:--longcalls} \ %{mno-longcalls:--no-longcalls}" -#undef ASM_FINAL_SPEC - #undef LIB_SPEC #define LIB_SPEC "-lc -lsim -lc -lhandlers-sim -lhal" diff --git a/gcc/config/xtensa/linux.h b/gcc/config/xtensa/linux.h index b3281a21d52..d8b230f2337 100644 --- a/gcc/config/xtensa/linux.h +++ b/gcc/config/xtensa/linux.h @@ -48,8 +48,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA %{mlongcalls:--longcalls} \ %{mno-longcalls:--no-longcalls}" -#undef ASM_FINAL_SPEC - #undef LINK_SPEC #define LINK_SPEC \ "%{shared:-shared} \