Re: #pragma startup doesn't work on GCC

2009-07-22 Thread Ian Lance Taylor
Debarshi Sanyal writes: > gcc doesn't seem to support "#pragma startup" and "#pragma exit". I > used gcc 4.0.0. > Does there exist equivalent commands for these pragmas in gcc? This question is not appropriate for the mailing list gcc@gcc.gnu.org, which is for developers of gcc. It is appropria

#pragma startup doesn't work on GCC

2009-07-22 Thread Debarshi Sanyal
Hi, gcc doesn't seem to support "#pragma startup" and "#pragma exit". I used gcc 4.0.0. Does there exist equivalent commands for these pragmas in gcc? Regards, Debarshi