musl/arch
Szabolcs Nagy 38bf2d7cc3 aarch64: add struct _aarch64_ctx to signal.h
The unwind code in libgcc uses this type for unwinding across signal
handlers. On aarch64 the kernel may place a sequence of structs on the
signal stack on top of the ucontext to provide additional information.
The unwinder only needs the header, but added all the types the kernel
currently defines for this mechanism because they are part of the uapi.
2015-03-14 13:55:24 -04:00
..
aarch64 aarch64: add struct _aarch64_ctx to signal.h 2015-03-14 13:55:24 -04:00
arm fix FLT_ROUNDS to reflect the current rounding mode 2015-03-07 12:05:28 -05:00
i386 fix FLT_ROUNDS to reflect the current rounding mode 2015-03-07 12:05:28 -05:00
microblaze fix FLT_ROUNDS to reflect the current rounding mode 2015-03-07 12:05:28 -05:00
mips fix FLT_ROUNDS to reflect the current rounding mode 2015-03-07 12:05:28 -05:00
or1k fix FLT_ROUNDS to reflect the current rounding mode 2015-03-07 12:05:28 -05:00
powerpc fix FLT_ROUNDS to reflect the current rounding mode 2015-03-07 12:05:28 -05:00
sh fix FLT_ROUNDS to reflect the current rounding mode 2015-03-07 12:05:28 -05:00
x32 align x32 pthread type sizes to be common with 32-bit archs 2015-03-12 14:43:36 -04:00
x86_64 fix FLT_ROUNDS to reflect the current rounding mode 2015-03-07 12:05:28 -05:00