[Bug gold/11182] New: gold can't find a scripted INPUT when both script and input are in a subdirectory

2010-01-18 Thread rohan dot hart17 at gmail dot com
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

[Bug ld/11178] Documentation enhancement: option -e

2010-01-18 Thread hjl dot tools at gmail dot com
--- 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

[Bug ld/11178] Documentation enhancement: option -e

2010-01-18 Thread konrad dot schwarz at siemens dot com
--- 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