aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@arm.com>2016-05-27 16:36:42 +0000
committerThomas Preud'homme <thopre01@gcc.gnu.org>2016-05-27 16:36:42 +0000
commit9a01befbca8a8d3ad2576e9774ba2f93efd71663 (patch)
treef8be1f5a2f231c13f2ce05a55c42e0dfa05778ec
parent8b2ef235c0faad3b52da9a8bc7afd7adfb59cba6 (diff)
downloadgcc-9a01befbca8a8d3ad2576e9774ba2f93efd71663.zip
gcc-9a01befbca8a8d3ad2576e9774ba2f93efd71663.tar.gz
gcc-9a01befbca8a8d3ad2576e9774ba2f93efd71663.tar.bz2
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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/arm/arm.h3
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 40bac96..788f269 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h
index 5b1a030..1e817a8 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 \