On Wed, May 4, 2011 at 00:52, Chris Demetriou <c...@google.com> wrote: > Ian, per your previous comment (which I read as pre-approval for this > change 8-), I'm planning to commit the attached as soon as it's done > testing. > > > chris > ----- > [libgcc/ChangeLog] > 2011-05-04 Chris Demetriou <c...@google.com> > > * config/i386/morestack.S (__i686.get_pc_thunk.bx): Rename... > (__x86.get_pc_thunk.bx): To this. > (__morestack): Adjust for rename, remove undef of __i686. >
Passed my tests (bootstrap C + test C on ubuntu lucid x86-64, with and w/o --with-pic), so submitted @ r173391. Slightly different changelog message: 2011-05-04 Chris Demetriou <c...@google.com> * config/i386/morestack.S (__i686.get_pc_thunk.bx): Rename to... (__x86.get_pc_thunk.bx): ...this. (__morestack): Adjust for rename, remove undef of __i686. (more consistent with other renames in the same file. 8-) sorry for the churn. chris