diff options
author | Ian Lance Taylor <iant@google.com> | 2008-02-28 20:35:39 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2008-02-28 20:35:39 +0000 |
commit | 0dfbdef4c43cfe12bb3e2505ebe5acc651a35c98 (patch) | |
tree | fe965d8393ecdd9c81b7f29ff4ce89fdd79d92c6 /gold/script-c.h | |
parent | da769d5629564b82d4eec1b256ffc562d5c01624 (diff) | |
download | gdb-0dfbdef4c43cfe12bb3e2505ebe5acc651a35c98.zip gdb-0dfbdef4c43cfe12bb3e2505ebe5acc651a35c98.tar.gz gdb-0dfbdef4c43cfe12bb3e2505ebe5acc651a35c98.tar.bz2 |
Support -d/--define-common.
Diffstat (limited to 'gold/script-c.h')
-rw-r--r-- | gold/script-c.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/script-c.h b/gold/script-c.h index 0eacd28..4f19b63 100644 --- a/gold/script-c.h +++ b/gold/script-c.h @@ -235,6 +235,11 @@ script_end_as_needed(void* closure); extern void script_set_entry(void* closure, const char*, size_t); +/* Called by the bison parser to set whether to define common symbols. */ + +extern void +script_set_common_allocation(void* closure, int); + /* Called by the bison parser to parse an OPTION. */ extern void |