Add support for -e and for ENTRY in linker scripts.

This commit is contained in:
Ian Lance Taylor
2008-01-06 00:47:10 +00:00
parent 2969336b5e
commit d391083d3c
9 changed files with 137 additions and 23 deletions

View File

@@ -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*);