[Bug ld/18646] New: function pointer values are still interposed with -Bsymbolic-functions on ARM

2015-07-08 Thread michael.hudson at canonical dot com
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: michael.hudson at canonical dot com Target Milestone: --- Created attachment 8422 --> https://sourceware.org/bugzilla/attachment.cgi?id=8422&action=edit fix

[Bug ld/18646] function pointer values are still interposed with -Bsymbolic-functions on ARM

2015-07-08 Thread michael.hudson at canonical dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18646 Michael Hudson-Doyle changed: What|Removed |Added CC||michael.hudson at canonical do

[Bug binutils/21820] New: readelf now exits with error reading an empty section

2017-07-23 Thread michael.hudson at canonical dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: michael.hudson at canonical dot com Target Milestone: --- As of https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=32ec889602502348b704cfb16e65c83dc3eec095 ("Tidy up readelf

[Bug binutils/21820] readelf now exits with error reading an empty section

2017-07-23 Thread michael.hudson at canonical dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21820 Michael Hudson-Doyle changed: What|Removed |Added CC||michael.hudson at canonical do

[Bug binutils/21820] [2.29 Regression] readelf now exits with error reading an empty section

2017-07-24 Thread michael.hudson at canonical dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=21820 --- Comment #1 from Michael Hudson-Doyle --- Created attachment 10284 --> https://sourceware.org/bugzilla/attachment.cgi?id=10284&action=edit the file from the diffoscope test suite that exhibits the problem Here's the file I mentioned in

[Bug gold/26902] gold powerpc inserts jump to middle of long branch stub

2020-11-15 Thread michael.hudson at canonical dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26902 Michael Hudson-Doyle changed: What|Removed |Added CC||michael.hudson at canonical do

[Bug gold/26902] New: gold powerpc inserts jump to middle of long branch stub

2020-11-15 Thread michael.hudson at canonical dot com
Priority: P2 Component: gold Assignee: ccoutant at gmail dot com Reporter: michael.hudson at canonical dot com CC: ian at airs dot com Target Milestone: --- When linking a call to a file in the same module that requires a long branch, gold

[Bug gold/26902] gold powerpc inserts jump to middle of long branch stub

2020-11-15 Thread michael.hudson at canonical dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26902 --- Comment #1 from Michael Hudson-Doyle --- This not-thought-through at all patch: diff --git a/gold/powerpc.cc b/gold/powerpc.cc index b0d6a74bec..1ef8c47053 100644 --- a/gold/powerpc.cc +++ b/gold/powerpc.cc @@ -11092,10 +11092,6 @@ Targe

[Bug gold/26902] gold powerpc inserts jump to middle of long branch stub

2020-11-16 Thread michael.hudson at canonical dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26902 Michael Hudson-Doyle changed: What|Removed |Added CC||amodra at gmail dot com -- Yo