2008-12-15 Paul Pluzhnikov <ppluzhnikov@google.com>
[deliverable/binutils-gdb.git] / gold / yyscript.y
index 5ce03c5727aa089d5bec5aa51c59e67c9d5a6109..52493202695f0c9a48085f77db3e4460193a8097 100644 (file)
@@ -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 '}'
This page took 0.022545 seconds and 4 git commands to generate.