musl/arch
Rich Felker ab3eb89a8b fix riscv64 signal.h namespace violations and ucontext API mismatches
the top-level mcontext_t member names were namespace-violating in
standards profiles before, and nested-level member names (some of them
single-letter) were egregiously bad namespace impositions even in
non-strict profiles. moreover, they mismatched those used in the
public API first defined in glibc, breaking any code making use of
them.

unlike most archs, the public API used in glibc for riscv mcontext_t
members was designed to be namespace-safe, so we can and should expose
the members regardless of feature test macros. only the typedefs for
greg_t, gregset_t, and fpregset_t need to be protected behind FTMs.

the struct tags for mcontext_t and ucontext_t are also changed. for
mcontext_t this is necessary to make the common definition across
profiles namespace-safe. for ucontext_t, it's just a matter of
matching the tag from the glibc-defined API.

these changes are split off and expanded from a patch by Khem Raj.
2019-09-29 18:53:32 -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 signal.h namespace violations and ucontext API mismatches 2019-09-29 18:53:32 -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