aboutsummaryrefslogtreecommitdiff
path: root/gold/layout.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-09-22 04:42:09 +0000
committerIan Lance Taylor <iant@google.com>2007-09-22 04:42:09 +0000
commitbfd58944a64b0997a310b95fbe0423338961e71c (patch)
treeba78dccb512106e5eef43093c326272a679f08c3 /gold/layout.h
parent306d9ef0484f1928594ce309c1239252fd4915c8 (diff)
downloadfsf-binutils-gdb-bfd58944a64b0997a310b95fbe0423338961e71c.zip
fsf-binutils-gdb-bfd58944a64b0997a310b95fbe0423338961e71c.tar.gz
fsf-binutils-gdb-bfd58944a64b0997a310b95fbe0423338961e71c.tar.bz2
Define __start and __stop symbols.
Diffstat (limited to 'gold/layout.h')
-rw-r--r--gold/layout.h4
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