aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorZack Weinberg <zack@codesourcery.com>2007-09-03 17:11:32 +0000
committerZack Weinberg <zack@gcc.gnu.org>2007-09-03 17:11:32 +0000
commit96a3900df6837b6f29a3e6b43c5e1c0227fcea00 (patch)
tree0b60da5b384193bad0b87fefd8a74eb4148612da /gcc/config.gcc
parentb1d5455a5efad3f380671cf818515a1a6ec94546 (diff)
downloadgcc-96a3900df6837b6f29a3e6b43c5e1c0227fcea00.zip
gcc-96a3900df6837b6f29a3e6b43c5e1c0227fcea00.tar.gz
gcc-96a3900df6837b6f29a3e6b43c5e1c0227fcea00.tar.bz2
config.gcc: Delete stanza for arm-semi-aof and armel-semi-aof targets.
* 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. From-SVN: r128052
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 9f6c026..8523de7 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"