This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 1008 segfaults in genattr
- To: robertl at dgii dot com (Robert Lipe)
- Subject: Re: 1008 segfaults in genattr
- From: hjl at lucon dot org (H.J. Lu)
- Date: Mon, 17 Nov 1997 13:48:46 -0800 (PST)
- Cc: acs at acm dot org, law at cygnus dot com, egcs at cygnus dot com
>
> If this doesn't make the difference, then there's probably a problem
> with the way .fini is being built.
>
If .fini on SCO is supported as ELF, atexit () should not be used
at all. BTW, by ".fini", I mean a section which will be called
by the system automatically upon exit and the only thing you
have to do is stick some stuff you want in it. If you need
to do more than that, it is not the ".fini" gcc wants.
--
H.J. Lu (hjl@gnu.ai.mit.edu)