From 0dfbdef4c43cfe12bb3e2505ebe5acc651a35c98 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 28 Feb 2008 20:35:39 +0000 Subject: Support -d/--define-common. --- gold/script-c.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gold/script-c.h') 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 -- cgit v1.1