From: Thomas Preud'homme Date: Fri, 27 May 2016 16:36:42 +0000 (+0000) Subject: arm.h (TARGET_ARM_V6M): Remove. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a01befbca8a8d3ad2576e9774ba2f93efd71663;p=gcc.git arm.h (TARGET_ARM_V6M): Remove. 2016-05-27 Thomas Preud'homme gcc/ * config/arm/arm.h (TARGET_ARM_V6M): Remove. (TARGET_ARM_V7M): Likewise. From-SVN: r236832 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 40bac96a878..788f269ce49 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-05-27 Thomas Preud'homme + + * config/arm/arm.h (TARGET_ARM_V6M): Remove. + (TARGET_ARM_V7M): Likewise. + 2016-05-26 Jeff Law * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h. diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 5b1a03080d0..1e817a88e8f 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -2188,9 +2188,6 @@ extern int making_const_table; #define TARGET_ARM_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. */ #define TARGET_ARM_ARCH_ISA_THUMB \ (arm_arch_thumb2 ? 2 \