[Bug gold/17081] gold produces static arm binary that crashes at startup

2014-06-23 Thread ccoutant at google dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17081 Cary Coutant changed: What|Removed |Added Assignee|ian at airs dot com|ccoutant at google dot com --

[Bug gold/17081] gold produces static arm binary that crashes at startup

2014-06-23 Thread rafael.espindola at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17081 Rafael Ávila de Espíndola cha nged: What|Removed |Added CC||ccoutant at google

[Bug gprof/17081] New: gold produces static arm binary that crashes at startup

2014-06-23 Thread rafael.espindola at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17081 Bug ID: 17081 Summary: gold produces static arm binary that crashes at startup Product: binutils Version: unspecified Status: NEW Severity: normal

Empty SONAME

2014-06-23 Thread Ulrich Drepper
It makes no sense to create DSOs with empty SONAMEs. This can only create problems when trying to use those DSOs later on. So, let's just avoid creating them in the first place. The patch below does not handle this as an error. It causes ld to print a message and then ignore the provided string