From: Ian Lance Taylor Date: Tue, 9 Dec 2008 16:09:32 +0000 (+0000) Subject: PR 7088 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbc558e16b993e66a468bf5b901bc39a53b483d5;p=binutils-gdb.git PR 7088 * yyscript.y (file_cmd): Handle INPUT. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index 0d9d877665d..dbfe8f636db 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,8 @@ 2008-12-09 Ian Lance Taylor + PR 7088 + * yyscript.y (file_cmd): Handle INPUT. + * testsuite/initpri1.c: Change all declarations to be full prototypes by adding void, to avoid compiler warnings. diff --git a/gold/yyscript.y b/gold/yyscript.y index 5ce03c5727a..52493202695 100644 --- a/gold/yyscript.y +++ b/gold/yyscript.y @@ -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 '}'