Commit 3a5ece65 by Richard Kenner

Repair botch in application of patch.

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