musl/arch
Rich Felker 4ffa706899 fix vector types in aarch64 register file structures
the ABI type for the vector registers in fpregset_t, struct
fpsimd_context, and struct user_fpsimd_struct is __uint128_t, which
was presumably originally not used because it's a nonstandard type,
but its existence is mandated by the aarch64 psABI. use of the wrong
type here broke software using these structures, and encouraged
incorrect fixes with casts rather than reinterpretation of
representation.
2020-11-11 10:54:58 -05:00
..
aarch64 fix vector types in aarch64 register file structures 2020-11-11 10:54:58 -05:00
arm bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00
generic make generic bits/fcntl.h shareable with 64-bit archs 2020-09-03 17:58:17 -04:00
i386 bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00
m68k bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00
microblaze bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00
mips bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00
mips64 bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00
mipsn32 bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00
or1k bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00
powerpc bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00
powerpc64 bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00
riscv64 bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00
s390x bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00
sh bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00
x32 bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00
x86_64 bits/syscall.h: add __NR_faccessat2 from linux v5.8 2020-09-09 17:21:03 -04:00