Commit 5f9b0711 by Roger Sayle Committed by Roger Sayle

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 <ghazi@caip.rutgers.edu>

From-SVN: r67784
parent a5512a2f
2003-06-11 Roger Sayle <roger@eyesopen.com>
Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* 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 <ro@TechFak.Uni-Bielefeld.DE>
* config/mips/iris5gas.h (MDEBUG_ASM_SPEC): Override to match
......
......@@ -43,9 +43,6 @@
%{v} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}"
/* Defined in svr4.h. */
/* #define ASM_FINAL_SPEC "" */
/* Defined in svr4.h. */
#undef LINK_SPEC
#define LINK_SPEC "\
%{h*} %{v:-V} \
......
......@@ -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 "#"
......
......@@ -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
......
......@@ -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
......
......@@ -24,21 +24,9 @@ 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
......
......@@ -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
......
......@@ -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
......@@ -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"
......
......@@ -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} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment