Re: Incompatibility issue between GNU ld (GNU Binutils for Ubuntu) 2.24 and GNU ld (GNU Binutils for Ubuntu) 2.20.1-system.20100303

2014-11-24 Thread Alan Modra
On Mon, Nov 24, 2014 at 04:18:35PM +, Laszlo Baji wrote: > The problem is that not all the generated shared objects are linked to the > executable despite the fact that the -verbose option says success. > The two distributions are : "Ubuntu 14.04.1 LTS" and "Ubuntu 10.04 LTS" The differenc

Incompatibility issue between GNU ld (GNU Binutils for Ubuntu) 2.24 and GNU ld (GNU Binutils for Ubuntu) 2.20.1-system.20100303

2014-11-24 Thread Laszlo Baji
Hi, I would like to get help from you, because I stumbled upon a backward compatibility issue at linking my code. The problem is that not all the generated shared objects are linked to the executable despite the fact that the -verbose option says success. The two distributions are : "Ubuntu 1

[Bug gold/17643] [x86-64] missing -z bndplt support

2014-11-24 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17643 Cary Coutant changed: What|Removed |Added Severity|normal |enhancement -- You are receiving this

[Bug gold/17643] New: [x86-64] missing -z bndplt support

2014-11-24 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17643 Bug ID: 17643 Summary: [x86-64] missing -z bndplt support Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gold

[Bug gold/17641] New: [x86-64] Convert load to lea

2014-11-24 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17641 Bug ID: 17641 Summary: [x86-64] Convert load to lea Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gold

[Bug gold/17640] New: [i386] Convert load to lea

2014-11-24 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17640 Bug ID: 17640 Summary: [i386] Convert load to lea Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gold A

[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
https://sourceware.org/bugzilla/show_bug.cgi?id=17639 Bug ID: 17639 Summary: Malformed .eh_frame generated with LTO, gold and optimization enabled Product: binutils Version: 2.24 Status: NEW Severity: normal