]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2016-05-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
authorthopre01 <thopre01@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2016 16:36:42 +0000 (16:36 +0000)
committerthopre01 <thopre01@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 27 May 2016 16:36:42 +0000 (16:36 +0000)
    gcc/
    * config/arm/arm.h (TARGET_ARM_V6M): Remove.
    (TARGET_ARM_V7M): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@236832 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/arm.h

index 40bac96a87863c01c0f2b133d2b5d8dfdc55f3ef..788f269ce491ff2da580b13cbd115db674aeb61e 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        * tree-ssa-threadedge.c: Remove include of tree-ssa-threadbackward.h.
index 5b1a03080d0a00fc1ef6934f6bce552e65230640..1e817a88e8f17dd07a0b293c2cc6689115710dae 100644 (file)
@@ -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                         \