From a8279f827a88f93cd3e0e61afc17c7e08efebeb3 Mon Sep 17 00:00:00 2001 From: Sriraman Tallam Date: Mon, 19 Sep 2011 23:19:16 +0000 Subject: 2011-09-19 Sriraman Tallam * plugin.h (should_defer_layout): Modify to check for any_claimed_. --- gold/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/plugin.h') diff --git a/gold/plugin.h b/gold/plugin.h index 8f1db67d288..4c9445a8c43 100644 --- a/gold/plugin.h +++ b/gold/plugin.h @@ -243,7 +243,7 @@ class Plugin_manager // and we are still in the initial input phase. bool should_defer_layout() const - { return !this->objects_.empty() && !this->in_replacement_phase_; } + { return this->any_claimed_ && !this->in_replacement_phase_; } // Add a regular object to the deferred layout list. These are // objects whose layout has been deferred until after the -- cgit v1.2.1