[Bug ld/20550] Linking a MPX instrumented shared object fails with -pie

2016-09-09 Thread peter at lekensteyn dot nl
https://sourceware.org/bugzilla/show_bug.cgi?id=20550 --- Comment #4 from Peter Wu --- Thanks, confirmed working (applied patch on top of 2.27). -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list

[Bug ld/20550] New: Linking a MPX instrumented shared object fails with -pie

2016-09-03 Thread peter at lekensteyn dot nl
Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: peter at lekensteyn dot nl Target Milestone: --- An attempt to link a shared object containing an array with another object that uses this array fails when using -pie and Intel MPX

[Bug gold/17639] Malformed .eh_frame generated with LTO, gold and optimization enabled

2014-11-25 Thread peter at lekensteyn dot nl
https://sourceware.org/bugzilla/show_bug.cgi?id=17639 --- Comment #4 from Peter Wu --- Verified with master (git commit c924eb67e143722e4098d84c1cb91123a51c988f). The current binutils stable is 2.24 right? It would be nice if it available in the next version (2.25?). Thank you for the prompt res

[Bug gold/17639] Malformed .eh_frame generated with LTO, gold and optimization enabled

2014-11-24 Thread peter at lekensteyn dot nl
https://sourceware.org/bugzilla/show_bug.cgi?id=17639 --- Comment #1 from Peter Wu --- This bug breaks C++ exceptions too. ==> foo.cpp <== #include void foo(int n) { puts("FOO"); throw 42; } ==> main.cpp <== #include extern void foo(int x); int main(void) { puts("calling foo");

[Bug gold/17639] New: Malformed .eh_frame generated with LTO, gold and optimization enabled

2014-11-24 Thread peter at lekensteyn dot nl
Priority: P2 Component: gold Assignee: ccoutant at google dot com Reporter: peter at lekensteyn dot nl CC: ian at airs dot com (originally reported at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64046) While trying to track down a weird crash