]> gcc.gnu.org Git - gcc.git/commitdiff
(exit): Don't call __do_global_dtors if
authorDoug Evans <dje@gnu.org>
Mon, 13 Feb 1995 23:22:38 +0000 (23:22 +0000)
committerDoug Evans <dje@gnu.org>
Mon, 13 Feb 1995 23:22:38 +0000 (23:22 +0000)
INIT_SECTION_ASM_OP and OBJECT_FORMAT_ELF.

From-SVN: r8946

gcc/libgcc2.c

index e5a1e09ed575127d4cb3971d19e538b71fec3321..2cf7b07b729446fdf2c2962d87c763d1333dbb5c 100644 (file)
@@ -2087,7 +2087,9 @@ void
 exit (status)
      int status;
 {
++ #if !defined (INIT_SECTION_ASM_OP) || !defined (OBJECT_FORMAT_ELF)
   __do_global_dtors ();
+#endif
 #ifdef EXIT_BODY
   EXIT_BODY;
 #else
This page took 0.06388 seconds and 5 git commands to generate.