This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [google/main][RFA] change i386 pc_thunk prefix to be "__x86"


On Sat, Apr 30, 2011 at 2:14 PM, Chris Demetriou <cgd@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]