Add support for XScale target
authorNick Clifton <nickc@redhat.com>
Mon, 4 Dec 2000 00:23:35 +0000 (00:23 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 4 Dec 2000 00:23:35 +0000 (00:23 +0000)
commitd19fb8e32531c558578d0fbeef2ef6b23b077be1
tree5e7f41866ef7dde9494ac0d08c878aab7b148bbd
parentaccc8668e30178fb889abac3b3ab820ebfec258e
Add support for XScale target
Add support for StrongARM target

From-SVN: r37984
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]