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
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
https://sourceware.org/bugzilla/show_bug.cgi?id=17643
Cary Coutant changed:
What|Removed |Added
Severity|normal |enhancement
--
You are receiving this
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
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
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
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");
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