OSDN Git Service

Repair botch in application of patch.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Feb 1995 18:03:30 +0000 (18:03 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Feb 1995 18:03:30 +0000 (18:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8956 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/libgcc2.c

index 2cf7b07..a0356d1 100644 (file)
@@ -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