forked from Imagelibrary/binutils-gdb
2011-09-19 Sriraman Tallam <tmsriram@google.com>
* plugin.h (should_defer_layout): Modify to check for any_claimed_.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user