diff options
author | thopre01 <thopre01@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-05-27 16:36:42 +0000 |
---|---|---|
committer | thopre01 <thopre01@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-05-27 16:36:42 +0000 |
commit | e57686b7620e805933b9f7f2972c07cb9142e087 (patch) | |
tree | f8be1f5a2f231c13f2ce05a55c42e0dfa05778ec /gcc/config/arm/arm.h | |
parent | 372172fec7339f5fc00e0364f5d2a56efe6cb5c9 (diff) | |
download | gcc-e57686b7620e805933b9f7f2972c07cb9142e087.tar.gz |
2016-05-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
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
Diffstat (limited to 'gcc/config/arm/arm.h')
-rw-r--r-- | gcc/config/arm/arm.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 \ |