diff options
author | Ian Lance Taylor <iant@google.com> | 2007-10-02 21:24:41 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-10-02 21:24:41 +0000 |
commit | 51dee2fec3afad5e6fc9f78b8c1d8486ebf3a334 (patch) | |
tree | 893aeec618b946af2d86179792c87db387545133 /gold/readsyms.cc | |
parent | f5c3f2256ff4090c1d4a7d023c327eaed335ec27 (diff) | |
download | gdb-51dee2fec3afad5e6fc9f78b8c1d8486ebf3a334.zip gdb-51dee2fec3afad5e6fc9f78b8c1d8486ebf3a334.tar.gz gdb-51dee2fec3afad5e6fc9f78b8c1d8486ebf3a334.tar.bz2 |
From Craig Silverstein: add support for searching for input files
named in linker scripts.
Diffstat (limited to 'gold/readsyms.cc')
-rw-r--r-- | gold/readsyms.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |