aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2004-03-05 16:59:54 +0000
committerPaul Brook <pbrook@gcc.gnu.org>2004-03-05 16:59:54 +0000
commit2eb83715ced8b81ee05372f987163f0af084da4f (patch)
treefd2fda49a4b2d777a0e811381a66ece700a9d49d /gcc
parentce407aa99298261044da7d2018db90bcfc7d0bb1 (diff)
downloadgcc-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')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/arm/arm.h7
-rw-r--r--gcc/config/arm/netbsd-elf.h1
3 files changed, 8 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7e4af93..5f8a9fe 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2004-03-05 Paul Brook <paul@codesourcery.com>
+ * arm.h (ARM_FLAG_VFP): Remove.
+ (ARM_FLAG_ATPCS, CIRRUS_FIX_INVALID_INSNS): Renumber.
+ * netbsd-elf.h (ARM_FLAG_VFP): Remove.
+
+2004-03-05 Paul Brook <paul@codesourcery.com>
+
* function.c (assign_parms): Include pretend alignment offset.
2004-03-05 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
index 5b85e75..4ca25a6 100644
--- a/gcc/config/arm/arm.h
+++ b/gcc/config/arm/arm.h
@@ -433,14 +433,11 @@ extern GTY(()) rtx aof_pic_label;
destination is non-Thumb aware. */
#define THUMB_FLAG_CALLER_SUPER_INTERWORKING (1 << 20)
-/* Nonzero means target uses VFP FP. */
-#define ARM_FLAG_VFP (1 << 21)
-
/* Nonzero means to use ARM/Thumb Procedure Call Standard conventions. */
-#define ARM_FLAG_ATPCS (1 << 22)
+#define ARM_FLAG_ATPCS (1 << 21)
/* Fix invalid Cirrus instruction combinations by inserting NOPs. */
-#define CIRRUS_FIX_INVALID_INSNS (1 << 23)
+#define CIRRUS_FIX_INVALID_INSNS (1 << 22)
#define TARGET_APCS_FRAME (target_flags & ARM_FLAG_APCS_FRAME)
#define TARGET_POKE_FUNCTION_NAME (target_flags & ARM_FLAG_POKE)
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)