diff options
author | Paul Brook <paul@codesourcery.com> | 2009-01-24 00:10:30 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2009-01-24 00:10:30 +0000 |
commit | ecee559fa0cd15b8af306fe5112ea3fe5e2f7f08 (patch) | |
tree | 98336cfb7d8ee08d460ac1fe1f72ae65b2e1b874 /gcc/config.gcc | |
parent | 61ad091447e7b5f71a3ee7e88fe75095bdf3730a (diff) | |
download | gcc-ecee559fa0cd15b8af306fe5112ea3fe5e2f7f08.tar.gz |
neon.md (neon_type): Move to arm.md.
2009-01-24 Paul Brook <paul@codesourcery.com>
gcc/
* config/arm/neon.md (neon_type): Move to arm.md.
(neon_mov<VSTRUCT>): Add neon_type attribute.
* config/arm/arm.md (neon_type): Move to here.
(conds): Add "unconditioal" and use as default for NEON insns.
gcc/testsuite/
* gcc.target/arm/neon-cond-1.c: New test.
From-SVN: r143594
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index aa224ae59df..63bd62bb653 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -760,7 +760,7 @@ arm*-*-eabi* | arm*-*-symbianelf* ) tmake_file="arm/t-arm arm/t-arm-elf" case ${target} in arm*-*-eabi*) - tm_file="$tm_file arm/eabi.h" + tm_file="$tm_file arm/eabi.h arm/nocrt0.h" tmake_file="${tmake_file} arm/t-bpabi" extra_options="${extra_options} arm/eabi.opt" ;; |