[Bug gold/15478] -no-as-needed required to avoid runtime symbol lookup error

2013-05-17 Thread sparkprime at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15478 --- Comment #6 from Dave Cunningham 2013-05-17 19:45:56 UTC --- > In this specific case, yes, no searching is necessary, but in the > general case, if we're going to try to resolve undefined symbols in > shared libraries, we need to process th

[Bug gold/15478] -no-as-needed required to avoid runtime symbol lookup error

2013-05-17 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15478 --- Comment #5 from Cary Coutant 2013-05-17 18:48:34 UTC --- >> I think this is a behavior of the Gnu linker that gold is better off >> not copying. The linker ends up having to replicate the path searching >> done at runtime by the dynamic lo

[Bug gold/15478] -no-as-needed required to avoid runtime symbol lookup error

2013-05-17 Thread sparkprime at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=15478 --- Comment #4 from Dave Cunningham 2013-05-17 15:58:14 UTC --- > I think this is a behavior of the Gnu linker that gold is better off > not copying. The linker ends up having to replicate the path searching > done at runtime by the dynamic lo