mirror of
git://git.musl-libc.org/musl
synced 2025-02-11 00:17:32 +00:00
riscv64: define ELF_NFPREG
ELF_NFPREG is used by some userspace applications like gdb
This commit is contained in:
parent
964104f9f0
commit
e5d2823631
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user