re PR target/48308 (crosscompiling to arm fails with assembler: can't resolve '.LC4...
authorRamana Radhakrishnan <ramana.radhakrishnan@linaro.org>
Wed, 25 Jan 2012 08:52:39 +0000 (08:52 +0000)
committerRamana Radhakrishnan <ramana@gcc.gnu.org>
Wed, 25 Jan 2012 08:52:39 +0000 (08:52 +0000)
commit2630025d1414327d9ee5d08df1cc63a83127f19b
tree6c1e06598cc0f7bf20d95ec9a1bfaf7e70b9d06f
parent083dd940dcb2169786fbd523059e8c7f41093812
re PR target/48308 (crosscompiling to arm fails with assembler: can't resolve '.LC4' {.rodata.str1.1 section} - '.LPIC4' {*UND* section})

2012-01-25  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>

PR rtl-optimization/48308
* combine.c (enum undo_kind): Add UNDO_LINKS.
(struct undo): Add member l to other_contents and where.
(do_SUBST_LINK): New.
(SUBST_LINK): New.
(try_combine): Handle LOG_LINKS for the dummy i1 case.
(undo_all): Handle UNDO_LINKS.

From-SVN: r183512
gcc/ChangeLog
gcc/combine.c