[Bug gold/22868] Gold does not select proper symbol visibility when used with LLVM gold-plugin

2018-03-23 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22868 --- Comment #8 from Cary Coutant --- I've just committed a gold patch that adds a --debug=plugin option. This will create a temporary directory under your current working directory named "gold-record-X", and will store a log file and copie

[Bug ld/22948] Modify ld search path to match libxxx.lib

2018-03-23 Thread ryan.gl.scott at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22948 --- Comment #5 from Ryan Scott --- Wonderful, thanks! -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gn

[Bug gold/22883] Gold mis-evaluates R_X86_64_PLT32 reloc

2018-03-23 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22883 --- Comment #4 from Nick Clifton --- Hi H.J. > Yes, the object file is bad. It uses RELA, but stores relocations > like REL. Which assembler generates it? Unknown. I have asked the reporter of the original bug how it was created. (The ori

[Bug ld/22948] Modify ld search path to match libxxx.lib

2018-03-23 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22948 Nick Clifton changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ld/22948] Modify ld search path to match libxxx.lib

2018-03-23 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22948 --- Comment #3 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=f6c4d4b152a985f355cd1552ce01c99a589c936f commit f6c4d4b152a985f355cd1552ce0

[Bug gold/22883] Gold mis-evaluates R_X86_64_PLT32 reloc

2018-03-23 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22883 --- Comment #3 from H.J. Lu --- (In reply to Cary Coutant from comment #1) > I don't see how the Gnu linker is making this work. All your PLT32 > relocations are missing the "-4" bias for a pc-relative reference. As far as > I can see, gold is

[Bug gold/22868] Gold does not select proper symbol visibility when used with LLVM gold-plugin

2018-03-23 Thread georgerim at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22868 --- Comment #7 from georgerim at gmail dot com --- For above case, a.o and b.o objects have symbols f1 with different visibility. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gold/22868] Gold does not select proper symbol visibility when used with LLVM gold-plugin

2018-03-23 Thread georgerim at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22868 --- Comment #6 from georgerim at gmail dot com --- (In reply to Cary Coutant from comment #5) > I'm not able to reproduce this problem in my test framework. Whether or not > we override the symbol when scanning the IR, we still pick up the visi