Add support for XScale target
commit331beb1a2ff6f4b366398258088bdc1c9787231e
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Dec 2000 00:23:35 +0000 (4 00:23 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 4 Dec 2000 00:23:35 +0000 (4 00:23 +0000)
tree5e7f41866ef7dde9494ac0d08c878aab7b148bbd
parent198c4d0ffee520fce6afede49ee01a168cb2b272
Add support for XScale target
Add support for StrongARM target

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37984 138bc75d-0d04-0410-961f-82ee72b054a4
14 files changed:
gcc/ChangeLog
gcc/config.gcc
gcc/config/arm/arm-protos.h
gcc/config/arm/arm.c
gcc/config/arm/arm.h
gcc/config/arm/arm.md
gcc/config/arm/strongarm-pe.h [new file with mode: 0644]
gcc/config/arm/t-strongarm-coff [new file with mode: 0644]
gcc/config/arm/t-strongarm-elf [new file with mode: 0644]
gcc/config/arm/t-strongarm-pe [new file with mode: 0644]
gcc/config/arm/t-xscale-coff [new file with mode: 0644]
gcc/config/arm/t-xscale-elf [new file with mode: 0644]
gcc/config/arm/xscale-coff.h [new file with mode: 0644]
gcc/config/arm/xscale-elf.h [new file with mode: 0644]