musl/arch
Rich Felker 2c2477da9a fix riscv64 elf_fpregset_t type and member names mismatch
in order for sys/procfs.h (provided by sys/user.h) to be useful, it
needs to match the API its consumers (gdb, etc.) expect, including the
member names established by glibc.

this partly reverts commit 29e8737f81,
which partly reverted d493206de7,
eliminating struct user_fpregs_struct which seems to have had no
precedent and using union __riscv_mc_fp_state for elf_fpregset_t. this
requires indirect inclusion of signal.h to make union
__riscv_mc_fp_state visible, but being that these are nonstandard
"junk" headers with no official restrictions on what they can pull in,
that's no big deal.

split off and expanded from patch by Khem Raj.
2019-09-29 23:45:47 -04:00
..
aarch64 aarch64: add HWCAP2 flags from linux v5.2 2019-09-11 10:40:41 -04:00
arm add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
generic move IPC_STAT definition to a new bits/ipcstat.h file 2019-08-02 00:08:23 -04:00
i386 add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
m68k add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
microblaze add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
mips clean up mips (32-bit, o32) syscall asm constraints 2019-09-27 10:31:37 -04:00
mips64 fix mips r6 syscall clobber lists not to include hi/lo registers 2019-09-26 19:14:36 -04:00
mipsn32 fix mips r6 syscall clobber lists not to include hi/lo registers 2019-09-26 19:14:36 -04:00
or1k add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
powerpc add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
powerpc64 add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
riscv64 fix riscv64 elf_fpregset_t type and member names mismatch 2019-09-29 23:45:47 -04:00
s390x add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
sh add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
x32 add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00
x86_64 add new syscall numbers from linux v5.2 2019-09-11 10:40:39 -04:00