deregister_frame_info w/o register?
Jason Merrill
jason@cygnus.com
Mon Nov 1 14:59:00 GMT 1999
Does this fix the problem?
Index: libgcc2.c
===================================================================
RCS file: /cvs/gcc/egcs/gcc/libgcc2.c,v
retrieving revision 1.75
diff -c -p -r1.75 libgcc2.c
*** libgcc2.c 1999/10/14 13:38:01 1.75
--- libgcc2.c 1999/11/01 22:58:46
*************** __do_global_dtors ()
*** 2866,2872 ****
(*(p-1)) ();
}
#endif
! #ifdef EH_FRAME_SECTION
{
static int completed = 0;
if (! completed)
--- 2866,2872 ----
(*(p-1)) ();
}
#endif
! #if defined (EH_FRAME_SECTION) && !defined (HAS_INIT_SECTION)
{
static int completed = 0;
if (! completed)
More information about the Gcc-bugs
mailing list