diff options
Diffstat (limited to 'gold/symtab.h')
-rw-r--r-- | gold/symtab.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/symtab.h b/gold/symtab.h index 23d54e4..2c5fbc9 100644 --- a/gold/symtab.h +++ b/gold/symtab.h @@ -94,6 +94,12 @@ class Symbol set_in_dyn() { this->in_dyn_ = true; } + // Return whether this symbol needs an entry in the dynamic symbol + // table. FIXME: Needs to be fleshed out. + bool + in_dynsym() const + { return this->in_dyn_; } + protected: // Instances of this class should always be created at a specific // size. |