This is the mail archive of the gcc@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]

Naked Functions


Hi,

I have come across some MS C code which uses 'naked' functions. How can I achieve a similar effect with GNU toolchain. I do not want to rewrite the code in assembly .s file and would prefer to do simple modifications to make it work with Linux.

Is the macro __attribute__((naked)) valid for the above purpose?
If not, what are the methods to generate the code for functions without its prolog and epilog code (naked functions) under Linux?
Is prolog and epilog code generated by both MS tools and GNU tools (compilers) are same?


Please clarify the above queries.

Thanks in advance.

--Kris

_________________________________________________________________
Reconnect with old pals. Relive the happy times. http://www.batchmates.com/msn.asp With just one click.



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