[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 relative to the script file, but then the old ld can not find
the files.

-- 
   Summary: gold can't find a scripted INPUT when both script and
input are in a subdirectory
   Product: binutils
   Version: 2.20
Status: NEW
  Severity: normal
  Priority: P2
 Component: gold
AssignedTo: ian at airs dot com
    ReportedBy: rohan dot hart17 at gmail dot com
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=11182

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


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

2010-01-20 Thread rohan dot hart17 at gmail dot com

--- Additional Comments From rohan dot hart17 at gmail dot com  2010-01-20 
10:32 ---
Created an attachment (id=4542)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4542&action=view)
patch to remove path of INPUT'd file names


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11182

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/11315] New: allow scripted INPUT(-lfile) syntax

2010-02-23 Thread rohan dot hart17 at gmail dot com
ld allows an INPUT (-lfile), to be transformed the name to libfile.a, as with
the command line argument -l. 

Gold has an unexpected syntax error on the '-' character.

-- 
   Summary: allow scripted INPUT(-lfile) syntax
   Product: binutils
   Version: 2.20
Status: NEW
  Severity: normal
  Priority: P2
 Component: gold
AssignedTo: ian at airs dot com
ReportedBy: rohan dot hart17 at gmail dot com
CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=11315

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/10937] gold fails to link glibc

2010-03-03 Thread rohan dot hart17 at gmail dot com

--- Additional Comments From rohan dot hart17 at gmail dot com  2010-03-04 
00:16 ---
There appears to be no corresponding bug against glibc.  Perhaps this one could
be reassigned?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10937

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


___
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils