From 55f1acba73c6262a770fc8f06b133ca4ee9e8ebf Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 18 Apr 2014 22:46:06 +0200 Subject: cc/gcc: fix the PR58595 patch It applies manually with fuzz 2, but ct-ng does not accept any fuxx at all. So, re-diff the patch so it applies cleanly. Signed-off-by: "Yann E. MORIN" 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, -- cgit v0.10.2-6-g49f6