config.gcc: Delete stanza for arm-semi-aof and armel-semi-aof targets.
authorZack Weinberg <zack@codesourcery.com>
Mon, 3 Sep 2007 17:11:32 +0000 (17:11 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 3 Sep 2007 17:11:32 +0000 (17:11 +0000)
commit96a3900df6837b6f29a3e6b43c5e1c0227fcea00
tree0b60da5b384193bad0b87fefd8a74eb4148612da
parentb1d5455a5efad3f380671cf818515a1a6ec94546
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
gcc/ChangeLog
gcc/config.gcc
gcc/config/arm/aof.h [deleted file]
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/arm/arm.md
gcc/config/arm/semiaof.h [deleted file]
gcc/config/arm/t-semi [deleted file]