diff options
Diffstat (limited to 'gold/layout.h')
-rw-r--r-- | gold/layout.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/layout.h b/gold/layout.h index 8b349cc..ecb0490 100644 --- a/gold/layout.h +++ b/gold/layout.h @@ -85,6 +85,10 @@ class Layout void create_initial_dynamic_sections(const Input_objects*, Symbol_table*); + // Define __start and __stop symbols for output sections. + void + define_section_symbols(Symbol_table*, const Target*); + // Return the Stringpool used for symbol names. const Stringpool* sympool() const |