PR 7088
* yyscript.y (file_cmd): Handle INPUT.
This commit is contained in:
parent
bb6f53d37a
commit
fbc558e16b
2 changed files with 4 additions and 0 deletions
|
@ -242,6 +242,7 @@ file_cmd:
|
|||
{ script_end_group(closure); }
|
||||
| INHIBIT_COMMON_ALLOCATION
|
||||
{ script_set_common_allocation(closure, 0); }
|
||||
| INPUT '(' input_list ')'
|
||||
| OPTION '(' string ')'
|
||||
{ script_parse_option(closure, $3.value, $3.length); }
|
||||
| PHDRS '{' phdrs_defs '}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue