summaryrefslogtreecommitdiff
path: root/gold/script-c.h
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-02-28 20:35:39 +0000
committerIan Lance Taylor <iant@google.com>2008-02-28 20:35:39 +0000
commit0dfbdef4c43cfe12bb3e2505ebe5acc651a35c98 (patch)
treefe965d8393ecdd9c81b7f29ff4ce89fdd79d92c6 /gold/script-c.h
parentda769d5629564b82d4eec1b256ffc562d5c01624 (diff)
downloadbinutils-gdb-0dfbdef4c43cfe12bb3e2505ebe5acc651a35c98.tar.gz
Support -d/--define-common.
Diffstat (limited to 'gold/script-c.h')
-rw-r--r--gold/script-c.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/script-c.h b/gold/script-c.h
index 0eacd28fcad..4f19b6353f4 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