mirror of https://github.com/hak5/openwrt.git
12 lines
457 B
Diff
12 lines
457 B
Diff
--- a/gcc/config/arm/arm.h
|
|
+++ b/gcc/config/arm/arm.h
|
|
@@ -232,7 +232,7 @@ extern void (*arm_lang_output_object_att
|
|
#define TARGET_BACKTRACE (leaf_function_p () \
|
|
? TARGET_TPCS_LEAF_FRAME \
|
|
: TARGET_TPCS_FRAME)
|
|
-#define TARGET_LDRD (arm_arch5e && ARM_DOUBLEWORD_ALIGN)
|
|
+#define TARGET_LDRD (arm_arch6 && ARM_DOUBLEWORD_ALIGN)
|
|
#define TARGET_AAPCS_BASED \
|
|
(arm_abi != ARM_ABI_APCS && arm_abi != ARM_ABI_ATPCS)
|
|
|