From 32c9d48ab1ec5f9d2fbb66458dc2b3de7e413c5c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 6 Jan 2008 00:47:10 +0000 Subject: Add support for -e and for ENTRY in linker scripts. --- 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 1214800dd0..4b103f89d8 100644 --- a/gold/script-c.h +++ b/gold/script-c.h @@ -66,6 +66,11 @@ script_start_as_needed(void* closure); extern void script_end_as_needed(void* closure); +/* Called by the bison parser to set the entry symbol. */ + +extern void +script_set_entry(void* closure, const char*); + /* Called by the bison parser to parse an OPTION. */ extern void script_parse_option(void* closure, const char*); -- cgit v1.2.1