This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: disturbing g++ 971031 results. defer-pop to blame?
- To: law at cygnus dot com, egcs at cygnus dot com
- Subject: Re: disturbing g++ 971031 results. defer-pop to blame?
- From: Jason Merrill <jason at cygnus dot com>
- Date: 03 Nov 1997 02:27:01 -0800
- References: <19971103011246.03918@dgii.com><16810.878541954.cygnus.egcs@hurl.cygnus.com>
>>>>> Jeffrey A Law <law@cygnus.com> writes:
> We switch into the FINI section, emit the call, align the section,
> then switch out -- without ever emitting a return.
The assumption is that the OS crti.o and crtn.o provide the prologue and
epilogue for _init and _fini.
Jason