[Bug ld/23428] ld does not put program headers in a code-only load segment

2018-07-19 Thread bugdal at aerifal dot cx
https://sourceware.org/bugzilla/show_bug.cgi?id=23428 --- Comment #3 from Rich Felker --- I don't object to the patch as-is, but wouldn't it make more sense to make the program headers a first-class section with attribute alloc, so that they're semantically forced to be visible at runtime rather

[Bug gas/14480] PDP11 gas generates invalid code for deferred indirect JSR with 0 index

2018-07-19 Thread cptjustice at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14480 --- Comment #4 from James Patrick Conlon --- Created attachment 11147 --> https://sourceware.org/bugzilla/attachment.cgi?id=11147=edit Patch which solves this specific problem -- You are receiving this mail because: You are on the CC list

[Bug gas/14480] PDP11 gas generates invalid code for deferred indirect JSR with 0 index

2018-07-19 Thread cptjustice at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14480 James Patrick Conlon changed: What|Removed |Added CC||cptjustice at gmail dot com

[Bug gas/14480] PDP11 gas generates invalid code for deferred indirect JSR with 0 index

2018-07-19 Thread cptjustice at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=14480 --- Comment #5 from James Patrick Conlon --- Confirming that this bug still exists in as 2.31.51.20180719. Attached is a slightly modified version of Jordi's dic.s called dic-mod.s. The output of pdp11-aout-as -a dic-mod.s is: GAS LISTING

[Bug binutils/23430] New: Indices misspelled in three places in readelf.c

2018-07-19 Thread goeran at uddeborg dot se
https://sourceware.org/bugzilla/show_bug.cgi?id=23430 Bug ID: 23430 Summary: Indices misspelled in three places in readelf.c Product: binutils Version: 2.31 Status: UNCONFIRMED Severity: normal Priority: P2

[Bug binutils/23431] New: Messages composed from pieces can't be properly translated

2018-07-19 Thread goeran at uddeborg dot se
https://sourceware.org/bugzilla/show_bug.cgi?id=23431 Bug ID: 23431 Summary: Messages composed from pieces can't be properly translated Product: binutils Version: 2.31 Status: UNCONFIRMED Severity: normal

[Bug ld/23078] Weak alias to a weak symbol is not resolved correctly.

2018-07-19 Thread pftbest at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23078 --- Comment #2 from Vadzim Dambrouski --- Hello Nick, Thank you for suggestion, I've tried weakref, and does help with the case I have posted above, but it still doesn't do exactly what I need. Here is updated code: // main.c

[Bug ld/23428] ld does not put program headers in a code-only load segment

2018-07-19 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23428 --- Comment #2 from H.J. Lu --- A patch is posted at https://sourceware.org/ml/binutils/2018-07/msg00321.html -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug ld/23428] ld does not put program headers in a code-only load segment

2018-07-19 Thread fweimer at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23428 Florian Weimer changed: What|Removed |Added CC||fweimer at redhat dot com -- You