[Bug gold/7088] Script parse error on INPUT ( )

2008-12-09 Thread ian at airs dot com
--- 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 --

[Bug gold/7088] New: Script parse error on INPUT ( )

2008-12-09 Thread stefan dot becker at nokia dot com
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)