OSDN Git Service

* collect2.c (main): Still handle !do_collecting for non-AIX targets.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Feb 1998 12:28:16 +0000 (12:28 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Feb 1998 12:28:16 +0000 (12:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18139 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/collect2.c

index b5678ba..f83f87a 100644 (file)
@@ -1,3 +1,7 @@
+1998-02-20  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * collect2.c (main): Still handle !do_collecting for non-AIX targets.
+
 Fri Feb 20 10:39:47 1998  Michael Tiemann  <michael@impact.tiemann.org>
 
        * ginclude/va-mips.h (va_arg): Remove trailing space after '\'
index 456716c..79e59b5 100644 (file)
@@ -1536,7 +1536,7 @@ main (argc, argv)
   /* On AIX we do this later.  */
 #ifndef COLLECT_EXPORT_LIST
   do_tlink (ld1_argv, object_lst); 
-#else
+#endif
 
   /* If -r or they will be run via some other method, do not build the
      constructor or destructor list, just return now.  */
@@ -1549,7 +1549,6 @@ main (argc, argv)
        maybe_unlink (import_file);
       return 0;
     }
-#endif
 
   /* Examine the namelist with nm and search it for static constructors
      and destructors to call.