diff options
Diffstat (limited to 'gold/archive.cc')
-rw-r--r-- | gold/archive.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gold/archive.cc b/gold/archive.cc index 8c34d55..68a674d 100644 --- a/gold/archive.cc +++ b/gold/archive.cc @@ -1118,6 +1118,8 @@ Lib_group::print_stats() Task_token* Add_lib_group_symbols::is_runnable() { + if (this->readsyms_blocker_ != NULL && this->readsyms_blocker_->is_blocked()) + return this->readsyms_blocker_; if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) return this->this_blocker_; return NULL; |