Fix armv6+thumb1 unaligned tests
From-SVN: r231105
This commit is contained in:
parent
5b1ab30749
commit
4265bac79a
4 changed files with 6 additions and 9 deletions
|
@ -1,3 +1,9 @@
|
|||
2015-12-01 Christian Bruel <christian.bruel@st.com>
|
||||
|
||||
* gcc.target/arm/ftest-armv6-thumb.c: Remove NEED_ARM_FEATURE_UNALIGNED.
|
||||
* gcc.target/arm/ftest-armv6k-thumb.c: Likewise.
|
||||
* gcc.target/arm/ftest-armv6z-thumb.c: Likewise.
|
||||
|
||||
2015-12-01 Bin Cheng <bin.cheng@arm.com>
|
||||
|
||||
PR tree-optimization/68529
|
||||
|
|
|
@ -13,7 +13,4 @@
|
|||
#define NEED_ARM_ARCH_ISA_THUMB
|
||||
#define VALUE_ARM_ARCH_ISA_THUMB 1
|
||||
|
||||
#define NEED_ARM_FEATURE_UNALIGNED
|
||||
#define VALUE_ARM_FEATURE_UNALIGNED 1
|
||||
|
||||
#include "ftest-support.h"
|
||||
|
|
|
@ -13,7 +13,4 @@
|
|||
#define NEED_ARM_ARCH_ISA_THUMB
|
||||
#define VALUE_ARM_ARCH_ISA_THUMB 1
|
||||
|
||||
#define NEED_ARM_FEATURE_UNALIGNED
|
||||
#define VALUE_ARM_FEATURE_UNALIGNED 1
|
||||
|
||||
#include "ftest-support.h"
|
||||
|
|
|
@ -13,7 +13,4 @@
|
|||
#define NEED_ARM_ARCH_ISA_THUMB
|
||||
#define VALUE_ARM_ARCH_ISA_THUMB 1
|
||||
|
||||
#define NEED_ARM_FEATURE_UNALIGNED
|
||||
#define VALUE_ARM_FEATURE_UNALIGNED 1
|
||||
|
||||
#include "ftest-support.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue