Re: RISC-V ABI issue with ULEB128

2024-01-04 Thread David Abdurachmanov
On Thu, Jan 4, 2024 at 4:07 PM Nick Clifton wrote: > > Hi David, > > > binutils-2.31-18.fc40 didn't land in f40 as Bodhi CI gating marked it > > as failed. The failures don't seem to be related to binutils package > > itself. Seems like CI test is/was broken, or maybe a temporary network > >

Re: RISC-V ABI issue with ULEB128

2024-01-04 Thread Nick Clifton
Hi David, binutils-2.31-18.fc40 didn't land in f40 as Bodhi CI gating marked it as failed. The failures don't seem to be related to binutils package itself. Seems like CI test is/was broken, or maybe a temporary network issue, or something else. It looks like rpminspect does not like two of

Re: RISC-V ABI issue with ULEB128

2024-01-04 Thread David Abdurachmanov
On Thu, Jan 4, 2024 at 11:20 AM Nick Clifton wrote: > > Hi David, Hi Florian, > > Here's the bug: > > https://sourceware.org/bugzilla/show_bug.cgi?id=31179 > RISC-V: The SET/ADD/SUB fix breaks ABI compatibility with 2.41 objects > > It refers to this change in

Re: RISC-V ABI issue with ULEB128

2024-01-04 Thread Nick Clifton
Hi David, Hi Florian, Here's the bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31179 RISC-V: The SET/ADD/SUB fix breaks ABI compatibility with 2.41 objects It refers to this change in binutils 2.41:

Re: RISC-V ABI issue with ULEB128

2024-01-02 Thread David Abdurachmanov
On Tue, Jan 2, 2024 at 7:20 PM Peter Robinson wrote: > > On Tue, Jan 2, 2024 at 5:15 PM David Abdurachmanov > wrote: > > > > On Tue, Jan 2, 2024 at 6:26 PM Peter Robinson wrote: > > > > > > On Tue, Jan 2, 2024 at 2:05 PM David Abdurachmanov > > > wrote: > > > > > > > > On Tue, Jan 2, 2024 at

Re: RISC-V ABI issue with ULEB128

2024-01-02 Thread Peter Robinson
On Tue, Jan 2, 2024 at 5:15 PM David Abdurachmanov wrote: > > On Tue, Jan 2, 2024 at 6:26 PM Peter Robinson wrote: > > > > On Tue, Jan 2, 2024 at 2:05 PM David Abdurachmanov > > wrote: > > > > > > On Tue, Jan 2, 2024 at 3:54 PM Florian Weimer wrote: > > > > > > > > * David Abdurachmanov: > > >

Re: RISC-V ABI issue with ULEB128

2024-01-02 Thread David Abdurachmanov
On Tue, Jan 2, 2024 at 6:26 PM Peter Robinson wrote: > > On Tue, Jan 2, 2024 at 2:05 PM David Abdurachmanov > wrote: > > > > On Tue, Jan 2, 2024 at 3:54 PM Florian Weimer wrote: > > > > > > * David Abdurachmanov: > > > > > > > On Tue, Jan 2, 2024 at 1:09 PM Richard W.M. Jones > > > > wrote: >

Re: RISC-V ABI issue with ULEB128

2024-01-02 Thread Peter Robinson
On Tue, Jan 2, 2024 at 2:05 PM David Abdurachmanov wrote: > > On Tue, Jan 2, 2024 at 3:54 PM Florian Weimer wrote: > > > > * David Abdurachmanov: > > > > > On Tue, Jan 2, 2024 at 1:09 PM Richard W.M. Jones > > > wrote: > > >> > > >> > > >> I'm not sure exactly the effect on RISC-V binaries,

Re: RISC-V ABI issue with ULEB128

2024-01-02 Thread David Abdurachmanov
On Tue, Jan 2, 2024 at 3:54 PM Florian Weimer wrote: > > * David Abdurachmanov: > > > On Tue, Jan 2, 2024 at 1:09 PM Richard W.M. Jones wrote: > >> > >> > >> I'm not sure exactly the effect on RISC-V binaries, but I wanted to > >> raise it here to get the attention of the Fedora toolchain team

Re: RISC-V ABI issue with ULEB128

2024-01-02 Thread Florian Weimer
* David Abdurachmanov: > On Tue, Jan 2, 2024 at 1:09 PM Richard W.M. Jones wrote: >> >> >> I'm not sure exactly the effect on RISC-V binaries, but I wanted to >> raise it here to get the attention of the Fedora toolchain team ... >> >> Here's the bug: >> >>

Re: RISC-V ABI issue with ULEB128

2024-01-02 Thread David Abdurachmanov
On Tue, Jan 2, 2024 at 1:09 PM Richard W.M. Jones wrote: > > > I'm not sure exactly the effect on RISC-V binaries, but I wanted to > raise it here to get the attention of the Fedora toolchain team ... > > Here's the bug: > > https://sourceware.org/bugzilla/show_bug.cgi?id=31179 > RISC-V: The