cc/gcc: fix the PR58595 patch
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Fri Apr 18 22:46:06 2014 +0200 (2014-04-18)
changeset 3295db3f7ffabdc8
parent 3294 c65fcf8a34b7
child 3296 d3a628e69a46
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" <yann.morin.1998@free.fr>
patches/gcc/4.7.3/100-fix-PR-target-58595.patch
     1.1 --- a/patches/gcc/4.7.3/100-fix-PR-target-58595.patch	Thu Apr 17 18:17:12 2014 +0200
     1.2 +++ b/patches/gcc/4.7.3/100-fix-PR-target-58595.patch	Fri Apr 18 22:46:06 2014 +0200
     1.3 @@ -77,7 +77,7 @@
     1.4  -    return legitimize_tls_address (x, NULL_RTX);
     1.5  -
     1.6     if (GET_CODE (x) == PLUS
     1.7 -       && CONST_INT_P (XEXP (x, 1))
     1.8 +       && GET_CODE (XEXP (x, 1)) == CONST_INT
     1.9         && (INTVAL (XEXP (x, 1)) >= 32 * GET_MODE_SIZE (mode)
    1.10  @@ -7756,20 +7775,6 @@ thumb_legitimize_reload_address (rtx *x_p,
    1.11