summaryrefslogtreecommitdiff
path: root/gcc/collect2.c
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-02 16:47:40 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-02 16:47:40 +0000
commit18d8a00d1ad972e70aa21b1280ccc4cd3dbeb619 (patch)
tree51925a504e223a6d545fe7f13d25ad54099f0fc4 /gcc/collect2.c
parentb2a65e1095dcd742d33656c665397e22f841c7da (diff)
downloadgcc-18d8a00d1ad972e70aa21b1280ccc4cd3dbeb619.tar.gz
* collect2.c (scan_libraries): Add missing argument to call to
scan_prog_file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155572 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/collect2.c')
-rw-r--r--gcc/collect2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/collect2.c b/gcc/collect2.c
index 10adc889aec..b9bed6be9e0 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -2849,7 +2849,7 @@ scan_libraries (const char *prog_name)
/* Now iterate through the library list adding their symbols to
the list. */
for (list = libraries.first; list; list = list->next)
- scan_prog_file (list->name, PASS_LIB);
+ scan_prog_file (list->name, PASS_LIB, SCAN_ALL);
}
#endif /* LDD_SUFFIX */