|
Message-ID: <CAMKF1spDHnzKTy=oKms8zbokVPH4jidYSYu2yWut4-Xf+MJevQ@mail.gmail.com> Date: Thu, 11 Feb 2021 10:09:45 -0800 From: Khem Raj <raj.khem@...il.com> To: musl@...ts.openwall.com Cc: Drew DeVault <sir@...wn.com> Subject: Re: [PATCH] riscv64: define ELF_NFPREG I have already sent a fix for this https://www.openwall.com/lists/musl/2021/01/11/3 On Thu, Feb 11, 2021 at 10:02 AM Drew DeVault <sir@...wn.com> wrote: > > --- > arch/riscv64/bits/user.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/riscv64/bits/user.h b/arch/riscv64/bits/user.h > index 2da743ea..0d37de0b 100644 > --- a/arch/riscv64/bits/user.h > +++ b/arch/riscv64/bits/user.h > @@ -1,5 +1,6 @@ > #include <signal.h> > > #define ELF_NGREG 32 > +#define ELF_NFPREG 33 > typedef unsigned long elf_greg_t, elf_gregset_t[ELF_NGREG]; > typedef union __riscv_mc_fp_state elf_fpregset_t; > -- > 2.30.1 >
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.