aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/arm.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@gcc.gnu.org>2000-03-29 20:49:42 +0000
committerNick Clifton <nickc@gcc.gnu.org>2000-03-29 20:49:42 +0000
commitf78288e6957e46cfcd89a330fa54b897c8cc0f8c (patch)
tree7c25322c582c1d34c5cd38a148697d177864a769 /gcc/config/arm/arm.h
parent843cae51d5a9894021659be3444a4120d1eb224c (diff)
downloadgcc-f78288e6957e46cfcd89a330fa54b897c8cc0f8c.zip
gcc-f78288e6957e46cfcd89a330fa54b897c8cc0f8c.tar.gz
gcc-f78288e6957e46cfcd89a330fa54b897c8cc0f8c.tar.bz2
Undo effects of previous delta.
Undo effects of previous delta. Do not define ASM_SPEC and SUBTARGET_EXTRA_ASM_SPEC oin arm.h as it conflicts with builds for non GAS using targets From-SVN: r32816
Diffstat (limited to 'gcc/config/arm/arm.h')
-rw-r--r--gcc/config/arm/arm.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
index 8e7b857..002f8e9 100644
--- a/gcc/config/arm/arm.h
+++ b/gcc/config/arm/arm.h
@@ -249,23 +249,6 @@ Unrecognized value in TARGET_CPU_DEFAULT.
#ifndef SUBTARGET_CPP_SPEC
#define SUBTARGET_CPP_SPEC ""
#endif
-
-#ifndef SUBTARGET_EXTRA_ASM_SPEC
-#define SUBTARGET_EXTRA_ASM_SPEC
-#endif
-
-#ifndef ASM_SPEC
-#define ASM_SPEC "\
-%{mbig-endian:-EB} \
-%{mcpu=*:-m%*} \
-%{march=*:-m%*} \
-%{mapcs-*:-mapcs-%*} \
-%{matpcs:-matpcs} \
-%{mapcs-float:-mfloat} \
-%{msoft-float:-mno-fpu} \
-%{mthumb-interwork:-mthumb-interwork} \
-" SUBTARGET_EXTRA_ASM_SPEC
-#endif
/* Run-time Target Specification. */
#ifndef TARGET_VERSION