[Bug ld/20159] Dynamic Linking Change for Shared Libraries (1.24 to 1.26)

2016-05-31 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20159 --- Comment #10 from H.J. Lu --- Created attachment 9303 --> https://sourceware.org/bugzilla/attachment.cgi?id=9303&action=edit A patch -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug ld/20159] Dynamic Linking Change for Shared Libraries (1.24 to 1.26)

2016-05-31 Thread paul.braman at nielsen dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20159 --- Comment #9 from Paul Braman --- HJ, maybe you might be on to something ... I took the test case and compiled it clean on both machines. If I use the executable I created on Ubuntu 14.04, the test case runs as expected regardless of which

[Bug ld/20159] Dynamic Linking Change for Shared Libraries (1.24 to 1.26)

2016-05-31 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20159 --- Comment #8 from H.J. Lu --- Created attachment 9301 --> https://sourceware.org/bugzilla/attachment.cgi?id=9301&action=edit A testcase [hjl@gnu-tools-1 pr20159]$ make clean rm -f *.o *.so foo [hjl@gnu-tools-1 pr20159]$ vi Makefile [hjl@