From 51dee2fec3afad5e6fc9f78b8c1d8486ebf3a334 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 2 Oct 2007 21:24:41 +0000 Subject: From Craig Silverstein: add support for searching for input files named in linker scripts. --- gold/readsyms.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/readsyms.cc') diff --git a/gold/readsyms.cc b/gold/readsyms.cc index bbeb425..87e4fa4 100644 --- a/gold/readsyms.cc +++ b/gold/readsyms.cc @@ -52,7 +52,7 @@ Task::Is_runnable_type Read_symbols::is_runnable(Workqueue*) { if (this->input_argument_->is_file() - && this->input_argument_->file().is_lib() + && this->input_argument_->file().may_need_search() && this->dirpath_.token().is_blocked()) return IS_BLOCKED; -- cgit v1.1