[Bug gas/22871] New: Encode instructions of 64-bit registers without the REX_W bit

2018-02-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22871 Bug ID: 22871 Summary: Encode instructions of 64-bit registers without the REX_W bit Product: binutils Version: unspecified Status: NEW Severity: normal

[Bug gas/22871] Encode instructions of 64-bit registers without the REX_W bit

2018-02-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22871 H.J. Lu changed: What|Removed |Added Version|unspecified |2.31 (HEAD) -- You are receiving this mail

[Bug gas/22871] Encode instructions of 64-bit registers without the REX_W bit

2018-02-21 Thread jbeulich at novell dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22871 Jan Beulich changed: What|Removed |Added CC||jbeulich at novell dot com --- Comment

[Bug gas/22871] Encode instructions of 64-bit registers without the REX_W bit

2018-02-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22871 --- Comment #2 from H.J. Lu --- (In reply to Jan Beulich from comment #1) > subq %r64, %r64 and testq $imm31, %r64 could similarly benefit. Whether I added subq and testq to users/hjl/optimize branch at https://github.com/hjl-tools/binutils-

[Bug ld/15891] ia64, ld segfault on --as-needed

2018-02-21 Thread jason.duerstock at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=15891 --- Comment #5 from Jason Duerstock --- This appears to work as of binutils 2.30, but I was wondering if the patch included in https://sourceware.org/bugzilla/show_bug.cgi?id=15904 could have possibly fixed it as well. I will try adding it to

[Bug gas/22871] Encode instructions of 64-bit registers without the REX_W bit

2018-02-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22871 --- Comment #3 from H.J. Lu --- I updated users/hjl/optimize branch for andqimm31, mem testq imm31, mem We need to keep andqimm31, mem and optimize testq to testl imm31, mem -- You are receivi

[Bug gas/22871] Encode instructions of 64-bit operand without the REX_W bit

2018-02-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22871 H.J. Lu changed: What|Removed |Added Summary|Encode instructions of |Encode instructions of |6

[Bug gold/22838] Incorrect linking for try-catch statement for target MIPS32 R2 little endian.

2018-02-21 Thread mips32r2 at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22838 Petar Jovanovic changed: What|Removed |Added CC||mips32r2 at gmail dot com -- You a

[Bug gas/22871] Encode instructions of 64-bit operand without the REX_W bit

2018-02-21 Thread torva...@linux-foundation.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22871 Linus Torvalds changed: What|Removed |Added CC||torvalds@linux-foundation.o

[Bug gas/22871] Encode instructions of 64-bit operand without the REX_W bit

2018-02-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22871 --- Comment #5 from H.J. Lu --- (In reply to Linus Torvalds from comment #4) > (In reply to H.J. Lu from comment #3) > > > > We need to keep > > > > andqimm31, mem > > Yes. > > > and optimize testq to > > > > testl imm31, me

[Bug gas/22014] as(1) in microMIPS mode: illegal use of memcpy with overlapping addresses

2018-02-21 Thread awilfox at adelielinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22014 A. Wilcox changed: What|Removed |Added Version|2.29|2.30 --- Comment #2 from A. Wilcox --- T

[Bug binutils/22858] Crashes found by fuzzer

2018-02-21 Thread spinpx at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22858 --- Comment #3 from Peng Chen --- I really found them crash in 2.29 in my PC. Have you limit the memory? use "ulimit -Sv 50". They won't trigger crash with unlimited memory. But, you know, they must be available in limited memory. test o

[Bug binutils/22858] Crashes found by fuzzer

2018-02-21 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=22858 Alan Modra changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #4 from Alan Modra --