From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Merrill To: robertl@dgii.com (Robert Lipe), egcs@cygnus.com Subject: Re: 1008 segfaults in genattr Date: Mon, 17 Nov 1997 18:32:00 -0000 Message-id: References: <19971117122406.16465@dgii.com> <19971117162101.41289.cygnus.egcs@dgii.com> X-SW-Source: 1997-11/msg00585.html >>>>> Robert Lipe writes: >> If .fini on SCO is supported as ELF, atexit () should not be used > The problem is that "config/svr4.h" #defines HAVE_ATEXIT and nothing > in config/i386/sysv4.h #undefs it. This is why we see the potentially > goofy double exit thing on systems that are SVR4-ish on x86, which > would certainly include Unixware. I don't understand. HAVE_ATEXIT has no effect whatsoever on the running of dtors on ELF systems. What's the problem? Jason