summaryrefslogtreecommitdiff
path: root/patches/gcc/4.7.3/100-fix-PR-target-58595.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/gcc/4.7.3/100-fix-PR-target-58595.patch')
-rw-r--r--patches/gcc/4.7.3/100-fix-PR-target-58595.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/gcc/4.7.3/100-fix-PR-target-58595.patch b/patches/gcc/4.7.3/100-fix-PR-target-58595.patch
index 656952c..11b2d5d 100644
--- a/patches/gcc/4.7.3/100-fix-PR-target-58595.patch
+++ b/patches/gcc/4.7.3/100-fix-PR-target-58595.patch
@@ -77,7 +77,7 @@ index ce24bfe..af5666b 100644
- return legitimize_tls_address (x, NULL_RTX);
-
if (GET_CODE (x) == PLUS
- && CONST_INT_P (XEXP (x, 1))
+ && GET_CODE (XEXP (x, 1)) == CONST_INT
&& (INTVAL (XEXP (x, 1)) >= 32 * GET_MODE_SIZE (mode)
@@ -7756,20 +7775,6 @@ thumb_legitimize_reload_address (rtx *x_p,