diff options
Diffstat (limited to 'gold/script-sections.h')
-rw-r--r-- | gold/script-sections.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/script-sections.h b/gold/script-sections.h index 138f144..9043dfd 100644 --- a/gold/script-sections.h +++ b/gold/script-sections.h @@ -106,6 +106,10 @@ class Script_sections void add_input_section(const Input_section_spec* spec, bool keep); + // Create any required sections. + void + create_sections(Layout*); + // Add any symbols we are defining to the symbol table. void add_symbols_to_table(Symbol_table*); |