On Sat, Apr 30, 2011 at 2:14 PM, Chris Demetriou <c...@google.com> wrote: > Makes -S output more easily preprocessable -- otherwise, the __i686 in > __i686.get_pc_think.reg chokes things.
IIRC the reason why it uses __i686 is because 586 and before does not need to worry about the return stack addresses. And really I think having a name which is not able to be produced by a C code is the best. Thanks, Andrew Pinski