Commit bf279c4e by Jason Merrill Committed by Jason Merrill

libgcc2.c (__do_global_dtors): Only do EH frame stuff if ! HAS_INIT_SECTION.

	* libgcc2.c (__do_global_dtors): Only do EH frame stuff if
	! HAS_INIT_SECTION.

From-SVN: r30339
parent a5a06a78
Mon Nov 1 23:21:17 1999 Jason Merrill <jason@yorick.cygnus.com>
* libgcc2.c (__do_global_dtors): Only do EH frame stuff if
! HAS_INIT_SECTION.
Mon Nov 1 23:37:38 1999 Jeffrey A Law (law@cygnus.com)
* jump.c (jump_optimize_1): Also move LOOP_VTOP and LOOP_CONT
......
......@@ -2866,7 +2866,7 @@ __do_global_dtors ()
(*(p-1)) ();
}
#endif
#ifdef EH_FRAME_SECTION
#if defined (EH_FRAME_SECTION) && !defined (HAS_INIT_SECTION)
{
static int completed = 0;
if (! completed)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment