From: Kaz Kojima Date: Tue, 15 Jul 2008 22:35:48 +0000 (+0000) Subject: re PR target/36782 (SH: spill failure in class 'R0_REGS' with -fpic) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=141368f01df366809a596c6093825d205835c86b;p=gcc.git re PR target/36782 (SH: spill failure in class 'R0_REGS' with -fpic) PR target/36782 * config/sh/sh.md (symGOT_load): Don't add REG_EQUAL note. From-SVN: r137853 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0f23e078a63..cbb23eae063 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-07-15 Kaz Kojima + + PR target/36782 + * config/sh/sh.md (symGOT_load): Don't add REG_EQUAL note. + 2008-07-15 Bob Wilson * config/xtensa/libgcc-xtensa.ver: New file. diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 837fd2e0484..6300054220a 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -8880,9 +8880,6 @@ label: /* ??? Should we have a special alias set for the GOT? */ insn = emit_move_insn (operands[0], mem); - set_unique_reg_note (insn, REG_EQUAL, - XVECEXP (XEXP (operands[1], 0), 0, 0)); - DONE; }")