Commit 2eb83715 by Paul Brook Committed by Paul Brook

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
parent ce407aa9
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>
......
......@@ -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)
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment