From 4b66dfb9030fa6d9912fcf3dfbe3fa8a4fa0a3fc Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 1 Nov 1999 08:28:22 +0000 Subject: Virgin import of the GCC 2.95.2 compilers --- contrib/gcc/collect2.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'contrib/gcc/collect2.c') diff --git a/contrib/gcc/collect2.c b/contrib/gcc/collect2.c index 121ad39..e5d6452 100644 --- a/contrib/gcc/collect2.c +++ b/contrib/gcc/collect2.c @@ -1515,7 +1515,7 @@ main (argc, argv) /* On AIX we do this later. */ #ifndef COLLECT_EXPORT_LIST - do_tlink (ld1_argv, object_lst); + do_tlink (ld1_argv, object_lst); #endif /* If -r or they will be run via some other method, do not build the @@ -1527,6 +1527,9 @@ main (argc, argv) ) { #ifdef COLLECT_EXPORT_LIST + /* Do the link we avoided above if we are exiting. */ + do_tlink (ld1_argv, object_lst); + /* But make sure we delete the export file we may have created. */ if (export_file != 0 && export_file[0]) maybe_unlink (export_file); -- cgit v1.1