diff options
author | Paul Brook <paul@codesourcery.com> | 2004-03-05 16:59:54 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-03-05 16:59:54 +0000 |
commit | 2eb83715ced8b81ee05372f987163f0af084da4f (patch) | |
tree | fd2fda49a4b2d777a0e811381a66ece700a9d49d /gcc/config/arm/netbsd-elf.h | |
parent | ce407aa99298261044da7d2018db90bcfc7d0bb1 (diff) | |
download | gcc-2eb83715ced8b81ee05372f987163f0af084da4f.zip gcc-2eb83715ced8b81ee05372f987163f0af084da4f.tar.gz gcc-2eb83715ced8b81ee05372f987163f0af084da4f.tar.bz2 |
arm.h (ARM_FLAG_VFP): Remove.
* arm.h (ARM_FLAG_VFP): Remove.
(ARM_FLAG_ATPCS, CIRRUS_FIX_INVALID_INSNS): Renumber.
* netbsd-elf.h (ARM_FLAG_VFP): Remove.
From-SVN: r78974
Diffstat (limited to 'gcc/config/arm/netbsd-elf.h')
-rw-r--r-- | gcc/config/arm/netbsd-elf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/arm/netbsd-elf.h b/gcc/config/arm/netbsd-elf.h index e39af25..c626c9e 100644 --- a/gcc/config/arm/netbsd-elf.h +++ b/gcc/config/arm/netbsd-elf.h @@ -39,7 +39,6 @@ | ARM_FLAG_SOFT_FLOAT \ | ARM_FLAG_APCS_FRAME \ | ARM_FLAG_ATPCS \ - | ARM_FLAG_VFP \ | ARM_FLAG_MMU_TRAPS \ | TARGET_ENDIAN_DEFAULT) |