summaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-11 17:52:42 +0000
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-11 17:52:42 +0000
commit577327ce515977701cc5f9c9759df8fdb6f834a6 (patch)
tree9e2c2831954eeab5bcd3e069d30a3361a4a9e009 /gcc/config
parent15273bcd399fabc5409c2028f5fd4edef8d5955d (diff)
downloadgcc-577327ce515977701cc5f9c9759df8fdb6f834a6.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67784 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/d30v/d30v.h3
-rw-r--r--gcc/config/i386/netbsd-elf.h2
-rw-r--r--gcc/config/m32r/m32r.h2
-rw-r--r--gcc/config/mn10300/mn10300.h1
-rw-r--r--gcc/config/stormy16/stormy16.h12
-rw-r--r--gcc/config/v850/v850.h3
-rw-r--r--gcc/config/vax/netbsd-elf.h1
-rw-r--r--gcc/config/xtensa/elf.h2
-rw-r--r--gcc/config/xtensa/linux.h2
9 files changed, 1 insertions, 27 deletions
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
@@ -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} \
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
@@ -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
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} \