diff options
Diffstat (limited to 'patches/gcc')
-rw-r--r-- | patches/gcc/4.7.3/100-fix-PR-target-58595.patch | 2 |
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 656952cd..11b2d5d1 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, |