[Bug binutils/28029] debuginfod 2 tests UNTESTED

2022-01-18 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28029 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug binutils/28791] [z80-unknown-elf-as]: new unexpected overflow warning in v2.37

2022-01-18 Thread petemoore at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=28791 --- Comment #4 from Pete Moore --- git bisect completed: ``` 9a01ec4c0368048fb5ea1ba1b3af9afbd651b529 is the first bad commit commit 9a01ec4c0368048fb5ea1ba1b3af9afbd651b529 Author: Sergey Belyashov Date: Thu May 20 16:14:10 2021 +0100

[Bug gas/28733] RISC-V: Bad errors on fence.i and CSR ISA checking

2022-01-18 Thread palmer at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28733 Palmer Dabbelt changed: What|Removed |Added Assignee|palmer at dabbelt dot com |palmer at gcc dot gnu.org

[Bug binutils/28791] [z80-unknown-elf-as]: new unexpected overflow warning in v2.37

2022-01-18 Thread sergey.belyashov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=28791 --- Comment #3 from Sergey Belyashov --- I have no an idea how to fix it. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/28791] [z80-unknown-elf-as]: new unexpected overflow warning in v2.37

2022-01-18 Thread petemoore at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=28791 Pete Moore changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug gas/27878] [z80-unknown-elf]: ld (hl), <16 bit immediate> should fail assembly

2022-01-18 Thread petemoore at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=27878 Pete Moore changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug binutils/28791] [z80-unknown-elf-as]: new unexpected overflow warning in v2.37

2022-01-18 Thread petemoore at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=28791 Pete Moore changed: What|Removed |Added CC||petemoore at gmx dot net -- You are rec

[Bug binutils/27397] CET autodetection fails configure on i486 and i586 targets

2022-01-18 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27397 H.J. Lu changed: What|Removed |Added Target Milestone|--- |2.37 Resolution|---

[Bug binutils/28791] [z80-unknown-elf-as]: new unexpected overflow warning in v2.37

2022-01-18 Thread petemoore at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=28791 --- Comment #1 from Pete Moore --- In case it helps with reproducing the test results, these are the docker files I used for testing on Linux: ``` pmoore@Petes-iMac:~/tmp $ cat z80-unknown-elf-as-2.36.1.Dockerfile FROM ubuntu:20.04 RUN apt-g

[Bug binutils/28791] New: [z80-unknown-elf-as]: new unexpected overflow warning in v2.37

2022-01-18 Thread petemoore at gmx dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=28791 Bug ID: 28791 Summary: [z80-unknown-elf-as]: new unexpected overflow warning in v2.37 Product: binutils Version: 2.37 Status: UNCONFIRMED Severity: normal

Re: [PATCH] readelf: dump the value contained in offset on Rel relocs when -AW are passed

2022-01-18 Thread Nick Clifton
Hi Andrea, Thanks for patch suggestion. I do have a few comments: Here is the suggested patch. It will print the value at offset on Rel relocs; for simplicity, it only does it on 32-bit files, because that's what I need, but I can easily extend it; also, 64-bit ELFs tend to use Rela relocs