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]

Re: 1008 segfaults in genattr


> 
> 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)


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