summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-03 17:11:32 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-03 17:11:32 +0000
commitf007ac546f0d83c48820e7343857691f34437e4e (patch)
tree0b60da5b384193bad0b87fefd8a74eb4148612da /gcc/config.gcc
parente47a6f81edf98a062ad29cdb62590c1c7fdeb37a (diff)
downloadgcc-f007ac546f0d83c48820e7343857691f34437e4e.tar.gz
* config.gcc: Delete stanza for arm-semi-aof and
armel-semi-aof targets. * config/arm/arm-protos.h * config/arm/arm.c * config/arm/arm.h: Delete all #ifdef AOF_ASSEMBLER blocks; make all #ifndef AOF_ASSEMBLER blocks unconditional. Also delete aof_pic_label and remove mention of AOF in comments. * config/arm/arm.md: Delete patterns used only for AOF assembly. * config/arm/aof.h * config/arm/semiaof.h * config/arm/t-semi: Delete file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128052 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 9f6c0262cb9..8523de7e735 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -700,10 +700,6 @@ arm-*-coff* | armel-*-coff*)
tm_file="arm/semi.h arm/aout.h arm/arm.h arm/coff.h dbxcoff.h"
tmake_file="arm/t-arm arm/t-arm-coff"
;;
-arm-semi-aof | armel-semi-aof)
- tm_file="arm/semiaof.h arm/aof.h arm/arm.h"
- tmake_file="arm/t-arm arm/t-semi"
- ;;
arm-wrs-vxworks)
tm_file="elfos.h arm/elf.h arm/aout.h ${tm_file} vx-common.h vxworks.h arm/vxworks.h"
tmake_file="${tmake_file} arm/t-arm arm/t-vxworks"