[Bug ld/25806] [ld] Search for input files relative to the current linker script

2020-04-22 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25806 Nick Clifton changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[Bug ld/25806] [ld] Search for input files relative to the current linker script

2020-04-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25806 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=161719466ac9ea5f186514312f6bce842181804f commit 161719466ac9ea5f186514312f6

[Bug ld/25806] [ld] Search for input files relative to the current linker script

2020-04-19 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=25806 --- Comment #4 from Fangrui Song --- Proposed patch: https://sourceware.org/pipermail/binutils/2020-April/110743.html -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/25806] [ld] Search for input files relative to the current linker script

2020-04-09 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=25806 --- Comment #3 from Fangrui Song --- (In reply to Nick Clifton from comment #2) > Hi Fangrui, > > > gold a.o p/libm.a > > > > gold can find p/libm.a.1 even if -L p is not specified. > > A couple of questions: > > 1. Does the extra search p

[Bug ld/25806] [ld] Search for input files relative to the current linker script

2020-04-09 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25806 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment #2

[Bug ld/25806] [ld] Search for input files relative to the current linker script

2020-04-08 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=25806 --- Comment #1 from Fangrui Song --- I made some investigations. Notation: CWD => current working directory For a relative pathname (not absolute path or -l) in INPUT() or GROUP(): * GNU ld searches in CWD then in -L * gold searches in the p

[Bug ld/25806] [ld] Search for input files relative to the current linker script

2020-04-08 Thread i at maskray dot me
https://sourceware.org/bugzilla/show_bug.cgi?id=25806 Fangrui Song changed: What|Removed |Added CC||amodra at gmail dot com -- You are re