Commit c2d731c4 by Jason Merrill Committed by Jason Merrill

* collect2.c (main): Still handle !do_collecting for non-AIX targets.

From-SVN: r18139
parent 96abf600
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 '\'
......
......@@ -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.
......
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