This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: egcs 10-31 and UnixWare
- To: egcs at cygnus dot com, gcc2 at cygnus dot com, Robert Lipe <robertl at dgii dot com>
- Subject: Re: egcs 10-31 and UnixWare
- From: acs at acm dot org
- Date: Sun, 09 Nov 1997 15:28:55 -0500
Disclaimer: I am not sitting at my UnixWare box right now, however:
law@hurl.cygnus.com said:
> Hmmm, maybe EH_FRAME_SECTION_ASM_OP isn't defined, and
> do_global_dtors_aux is actually finishing, which would drop us back
> into our friend fini_dummy.
I believe that this is what I saw when I ran the code through the
preprocessor with the relevant symbols defined: it looked to me that
EH_FRAME_SECTION_ASM_OP wasn't defined. When I was in gdb, it looked to me
like we ended up in __do_global_dtors_aux twice, and the 2nd time through
we dropped core.
HTH,
vin