Commit 141368f0 by Kaz Kojima

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
parent a47ac974
2008-07-15 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/36782
* config/sh/sh.md (symGOT_load): Don't add REG_EQUAL note.
2008-07-15 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/libgcc-xtensa.ver: New file.
......
......@@ -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;
}")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment