Commit 9a01befb by Thomas Preud'homme Committed by Thomas Preud'homme

arm.h (TARGET_ARM_V6M): Remove.

2016-05-27  Thomas Preud'homme  <thomas.preudhomme@arm.com>

    gcc/
    * config/arm/arm.h (TARGET_ARM_V6M): Remove.
    (TARGET_ARM_V7M): Likewise.

From-SVN: r236832
parent 8b2ef235
2016-05-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
* config/arm/arm.h (TARGET_ARM_V6M): Remove.
(TARGET_ARM_V7M): Likewise.
2016-05-26 Jeff Law <law@redhat.com> 2016-05-26 Jeff Law <law@redhat.com>
* tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h. * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
......
...@@ -2188,9 +2188,6 @@ extern int making_const_table; ...@@ -2188,9 +2188,6 @@ extern int making_const_table;
#define TARGET_ARM_ARCH \ #define TARGET_ARM_ARCH \
(arm_base_arch) \ (arm_base_arch) \
#define TARGET_ARM_V6M (!arm_arch_notm && !arm_arch_thumb2)
#define TARGET_ARM_V7M (!arm_arch_notm && arm_arch_thumb2)
/* The highest Thumb instruction set version supported by the chip. */ /* The highest Thumb instruction set version supported by the chip. */
#define TARGET_ARM_ARCH_ISA_THUMB \ #define TARGET_ARM_ARCH_ISA_THUMB \
(arm_arch_thumb2 ? 2 \ (arm_arch_thumb2 ? 2 \
......
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