diff options
Diffstat (limited to 'gold/object.h')
-rw-r--r-- | gold/object.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/object.h b/gold/object.h index b8bc65c..3327392 100644 --- a/gold/object.h +++ b/gold/object.h @@ -951,6 +951,11 @@ class Input_objects target() const { return this->target_; } + // For each dynamic object, check whether we've seen all of its + // explicit dependencies. + void + check_dynamic_dependencies() const; + // Iterate over all regular objects. Relobj_iterator |