aboutsummaryrefslogtreecommitdiff
path: root/gcc/collect2.c
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2010-01-02 16:47:40 +0000
committerJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>2010-01-02 16:47:40 +0000
commitf89d9f29d3212c8c942f42b949a84d75550d79d2 (patch)
tree51925a504e223a6d545fe7f13d25ad54099f0fc4 /gcc/collect2.c
parent0d0fe0a1648760e87fb7452077924ee51dd7297b (diff)
* collect2.c (scan_libraries): Add missing argument to call to
scan_prog_file. git-svn-id: https://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 */