--- Additional Comments From ian at airs dot com 2008-12-09 16:12 ---
Not handling INPUT was an oversight. I committed a patch to fix it. Thanks for
reporting the bug.
http://sourceware.org/ml/binutils/2008-12/msg00126.html
--
What|Removed |Added
--
I tried to use gold instead of the standard GNU ld in our SW build system. I
stumbled over the fact that gold gives me a script parse error for a ".a" script
file containing INPUT().
Here is a stripped down example to reproduce the problem:
$ cat hello.c
#include
int main(int argc, char **argv)