On Thu, May 16, 2013 at 1:55 PM, Rainer Orth wrote: > Steven Bosscher writes: > > Unfortunately, this patch broke SPARC bootstrap since it lost the > HAVE_cc0 guard around link_cc0_insns:
Oops... I followed Bernhard's suggestion and made those two moved functions static in reorg.c just before committing. Without "static" the compiler bootstrapped but now it's an unused function (as it was before but g++ doesn't complain about that). Sorry for the breakage. Apparently I should test such seemingly innocent changes anyway. Ciao! Steven