Commit 3a5ece65 by Richard Kenner

Repair botch in application of patch.

From-SVN: r8956
parent 474bda6c
......@@ -2087,7 +2087,7 @@ void
exit (status)
int status;
{
+ #if !defined (INIT_SECTION_ASM_OP) || !defined (OBJECT_FORMAT_ELF)
#if !defined (INIT_SECTION_ASM_OP) || !defined (OBJECT_FORMAT_ELF)
__do_global_dtors ();
#endif
#ifdef EXIT_BODY
......
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