From 195e7dc6c1d9ed2d3ea5dca8c7798799383b7341 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 26 Oct 2007 22:16:06 +0000 Subject: From Craig Silverstein: preliminary support for OPTION in linker script. --- gold/script-c.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gold/script-c.h') diff --git a/gold/script-c.h b/gold/script-c.h index cb0ef8e..1214800 100644 --- a/gold/script-c.h +++ b/gold/script-c.h @@ -66,6 +66,10 @@ script_start_as_needed(void* closure); extern void script_end_as_needed(void* closure); +/* Called by the bison parser to parse an OPTION. */ +extern void +script_parse_option(void* closure, const char*); + #ifdef __cplusplus } #endif -- cgit v1.1