mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Add support for -e and for ENTRY in linker scripts.
This commit is contained in:
@@ -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*);
|
||||
|
||||
Reference in New Issue
Block a user