mirror of
https://git.musl-libc.org/git/musl
synced 2026-01-26 16:09:11 +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…
x
Reference in New Issue
Block a user