[Bug ld/31503] [hppa] Unsupported 14-bit PA 2.0 relocations for 32-bit (narrow) mode (elf32-hppa.c)

2024-03-18 Thread danglin at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=31503 --- Comment #1 from John David Anglin --- It appears gas always generates R_PARISC_DPREL14 for dp relative relocations in loads and stores. This gives us format 14 and hppa_rebuild_insn gives case 14: return (insn & ~ 0x3fff) | re_

[Bug binutils/31283] windmc (s390x) fails with: parser: syntax error

2024-03-18 Thread steve at sk2 dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31283 Stephen Kitt changed: What|Removed |Added CC||steve at sk2 dot org --- Comment #11 f

[Bug binutils/17159] windres messes strings up on big-endian hosts

2024-03-18 Thread steve at sk2 dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=17159 Stephen Kitt changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---