diff options
author | Ian Lance Taylor <iant@google.com> | 2007-09-22 04:42:09 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-09-22 04:42:09 +0000 |
commit | bfd58944a64b0997a310b95fbe0423338961e71c (patch) | |
tree | ba78dccb512106e5eef43093c326272a679f08c3 /gold/layout.h | |
parent | 306d9ef0484f1928594ce309c1239252fd4915c8 (diff) | |
download | binutils-bfd58944a64b0997a310b95fbe0423338961e71c.zip binutils-bfd58944a64b0997a310b95fbe0423338961e71c.tar.gz binutils-bfd58944a64b0997a310b95fbe0423338961e71c.tar.bz2 |
Define __start and __stop symbols.
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 |