diff options
Diffstat (limited to 'gold/script-sections.h')
-rw-r--r-- | gold/script-sections.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gold/script-sections.h b/gold/script-sections.h index ee1adae..5b78152 100644 --- a/gold/script-sections.h +++ b/gold/script-sections.h @@ -47,13 +47,11 @@ class Orphan_section_placement; class Script_sections { - private: + public: // This is a list, not a vector, because we insert orphan sections // in the middle. typedef std::list<Sections_element*> Sections_elements; - public: - // Logical script section types. We map section types returned by the // parser into these since some section types have the same semantics. enum Section_type |