Re: [PATCH 0/2] Fixes for big endian RISC-V
Kito Cheng via Newlib <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CA+yXCZAgQhYcY0TN9DRg_-A2rWDTFfXFBRGzPbwWZUavqRJ3rw@mail.gmail.com> |
This patch set is LGTM, verified with RV64 big-endian, although RV32 big-endian still has some regression yet, and not clear is library or compiler issue, but I am fine to accept both patches and then accept further patches later for RV32 if needed. On Wed, Feb 24, 2021 at 6:07 AM Marcus Comstedt <[email protected]> wrote: > > Hi. > > These are two fixes needed for newlib to work correctly on big endian > RISC-V, support for which is currently being added to gcc. > > > // Marcus > > > -- > > newlib/libc/include/machine/ieeefp.h | 4 ++++ > newlib/libc/machine/riscv/strcmp.S | 40 ++++++++++++++++++++++++++++++++---- > 2 files changed, 40 insertions(+), 4 deletions(-) >