Original ld could INPUT a file relative to the current directory. For example
the script 'dist/ld.script' containing
INPUT(dist/source1.o dist/source2.o)
can be linked using: ld dist/ld.script
Gold will work if the script is changed to contain
INPUT(source1.o source2.o)
ie., it resolves
--- Additional Comments From hjl dot tools at gmail dot com 2010-01-18
14:02 ---
(In reply to comment #2)
> Hm, perhaps this behavior was changed in the meantime.
>
> The ld I am using reports:
>
> $ ld --version
> GNU ld (GNU Binutils; openSUSE 11.1) 2.19
> Copyright 2007 Free Softwar
--- Additional Comments From konrad dot schwarz at siemens dot com
2010-01-18 07:52 ---
Hm, perhaps this behavior was changed in the meantime.
The ld I am using reports:
$ ld --version
GNU ld (GNU Binutils; openSUSE 11.1) 2.19
Copyright 2007 Free Software Foundation, Inc.
and I am qui