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]

Re: #pragma startup doesn't work on GCC


Debarshi Sanyal <debarshisanyal@gmail.com> 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 appropriate for
gcc-help@gcc.gnu.org.  Please take any followups to that list.  Thanks.

See the constructor and destructor function attributes.

Ian


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