This is the mail archive of the gcc-help@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: function_prologue-epilogue


Hello,

prologue and epilogue are described generically in the
gcc internals manual:
<http://gcc.gnu.org/onlinedocs/gccint/Function-Entry.html#Function%20Entry>.
The files storing their definition for i386 is in
gcc/gcc/config/i386/i386.c}. See also final.c for how
function_prologue and function_epilogue are used. On
i386, it appears that ix86_expand_prologue and
ix86_expand_epilogue are used instead (in i386.c,
i386.md).

Hope this helps,

Dara

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree


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