[Bug gold/15574] Gold is overly pedantic for dynamic references to symbols with hidden visibility

2015-07-20 Thread jsweval at arxan dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15574 Jevin Sweval changed: What|Removed |Added CC||jsweval at arxan dot com -- You are r

[Bug gold/15574] Gold is overly pedantic for dynamic references to symbols with hidden visibility

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

[Bug gold/15574] Gold is overly pedantic for dynamic references to symbols with hidden visibility

2015-07-20 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=15574 --- Comment #6 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Cary Coutant : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c20ceeb226168ffd84078ef74d890c2b7f69a435 commit c20ceeb226168ffd84078ef74d8

[Bug gold/15574] Gold is overly pedantic for dynamic references to symbols with hidden visibility

2015-07-20 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15574 Cary Coutant changed: What|Removed |Added CC||danalbert at google dot com --- Commen

[Bug gold/15574] Gold is overly pedantic for dynamic references to symbols with hidden visibility

2014-06-12 Thread binutils at marino dot st
https://sourceware.org/bugzilla/show_bug.cgi?id=15574 --- Comment #3 from John Marino --- This is exactly what I ended up doing, by the way: --- gold/resolve.cc.orig2013-11-04 15:33:39.0 + +++ gold/resolve.cc @@ -276,8 +276,7 @@ Symbol_table::resolve(Sized_symbol to->set_i

[Bug gold/15574] Gold is overly pedantic for dynamic references to symbols with hidden visibility

2014-06-12 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15574 --- Comment #4 from Cary Coutant --- > --- gold/resolve.cc.orig2013-11-04 15:33:39.0 + > +++ gold/resolve.cc > @@ -276,8 +276,7 @@ Symbol_table::resolve(Sized_symbol >to->set_in_reg(); > } >else if (st_shndx ==

[Bug gold/15574] Gold is overly pedantic for dynamic references to symbols with hidden visibility

2014-06-12 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15574 --- Comment #2 from Cary Coutant --- We print this warning before we see the shared object that contains the non-hidden definition. Since gold (unlike BFD ld) does not try to emulate the full binding behavior of the dynamic linker, there's rea

[Bug gold/15574] Gold is overly pedantic for dynamic references to symbols with hidden visibility

2014-05-12 Thread binutils at marino dot st
https://sourceware.org/bugzilla/show_bug.cgi?id=15574 John Marino changed: What|Removed |Added CC||binutils at marino dot st --- Comment #

[Bug gold/15574] Gold is overly pedantic for dynamic references to symbols with hidden visibility

2013-06-05 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15574 Cary Coutant changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|ian at airs