diff options
Diffstat (limited to 'gold/layout.h')
-rw-r--r-- | gold/layout.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/layout.h b/gold/layout.h index 4643e32..fe5c696 100644 --- a/gold/layout.h +++ b/gold/layout.h @@ -920,6 +920,11 @@ class Layout section_list() const { return this->section_list_; } + // Returns TRUE iff NAME (an input section from RELOBJ) will + // be mapped to an output section that should be KEPT. + bool + keep_input_section(const Relobj*, const char*); + private: Layout(const Layout&); Layout& operator=(const Layout&); |