* collect2.c (main): Still handle !do_collecting for non-AIX targets.
From-SVN: r18139
This commit is contained in:
parent
96abf60005
commit
c2d731c4e9
2 changed files with 5 additions and 2 deletions
|
@ -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 '\'
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue