[Bug gold/16341] relative paths in ld.script break gold linker

2015-06-07 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16341 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/16341] relative paths in ld.script break gold linker

2014-04-16 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16341 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com --

[Bug gold/16341] relative paths in ld.script break gold linker

2014-04-16 Thread Marc-Antoine at Perennou dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16341 Marc-Antoine Perennou changed: What|Removed |Added CC||Marc-Antoine at Perennou dot

[Bug gold/16341] relative paths in ld.script break gold linker

2014-03-03 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=16341 Markus Trippelsdorf changed: What|Removed |Added CC||markus at trippelsdorf dot de -

[Bug gold/16341] relative paths in ld.script break gold linker

2013-12-18 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16341 --- Comment #1 from Cary Coutant --- Relative paths in the script file are interpreted relative to the directory where the script file lives. Failing that, the normal library search path is used. The first part makes sense to me, and it seems