[Bug ld/22845] -z separate-code doesn't work right

2018-02-18 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22845 --- Comment #9 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dbc88fc14992c556b94e77de563a8f7abcb0b653 commit dbc88fc14992c556b94e77de563a8

[Bug binutils/22859] gas seems to misassemble cmp r, $label+offset on PDP-11 with reproducer

2018-02-18 Thread etchedpixels at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22859 --- Comment #2 from Alan Cox --- Created attachment 10831 --> https://sourceware.org/bugzilla/attachment.cgi?id=10831&action=edit A simple runnable demo showing the failure case -- You are receiving this mail because: You are on the CC lis

[Bug binutils/22859] gas seems to misassemble cmp r, $label+offset on PDP-11 with reproducer

2018-02-18 Thread etchedpixels at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22859 --- Comment #1 from Alan Cox --- This demo causes the real underlying bug (as opposed to merely showing that objdump is also broken with a random mix of hex and octal going on) unpack run run.sh and it'll produce the relevant failure. sed.o

[Bug gas/12181] local COMDAT group names break linking libstdc++.so with Sun ld

2018-02-18 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=12181 H.J. Lu changed: What|Removed |Added CC|mark at codesourcery dot com | -- You are receiving this mail bec

[Bug gas/12181] local COMDAT group names break linking libstdc++.so with Sun ld

2018-02-18 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=12181 H.J. Lu changed: What|Removed |Added Version|2.21|2.31 (HEAD) Blocks|

[Bug ld/22836] "-r -s" doesn't work with -g3 using GCC 7

2018-02-18 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22836 H.J. Lu changed: What|Removed |Added Depends on||12181 Referenced Bugs: https://sourceware

[Bug ld/22836] "-r -s" doesn't work with -g3 using GCC 7

2018-02-18 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22836 --- Comment #8 from H.J. Lu --- (In reply to H.J. Lu from comment #7) > It is an assembler bug. This is caused by the fix for PR gas/12181. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/12181] local COMDAT group names break linking libstdc++.so with Sun ld

2018-02-18 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=12181 --- Comment #4 from H.J. Lu --- (In reply to Mark Mitchell from comment #3) > For what it's worth, and without knowledge of the Solaris linker, I agree > that the code in the Solaris linker seems to be unecessary. I don't see > anything wrong

[Bug ld/22836] "-r -s" doesn't work with -g3 using GCC 7

2018-02-18 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22836 H.J. Lu changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug ld/22836] "-r -s" doesn't work with -g3 using GCC 7

2018-02-18 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22836 --- Comment #6 from H.J. Lu --- This is caused by if (!sy || (sy != symbol_lastP && (sy->sy_next == NULL || sy->sy_next->sy_previous != sy))) { /* Create the symbol now. */

[Bug binutils/22859] New: gas seems to misassemble cmp r,$label+offset on PDP-11 with reproducer

2018-02-18 Thread etchedpixels at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22859 Bug ID: 22859 Summary: gas seems to misassemble cmp r,$label+offset on PDP-11 with reproducer Product: binutils Version: 2.30 Status: UNCONFIRMED Severity: n

[Bug ld/22836] "-r -s" doesn't work with -g3 using GCC 7

2018-02-18 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22836 H.J. Lu changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED