musl/arch/aarch64
Rich Felker cb1bf2f321 properly access mcontext_t program counter in cancellation handler
using the actual mcontext_t definition rather than an overlaid pointer
array both improves correctness/readability and eliminates some ugly
hacks for archs with 64-bit registers bit 32-bit program counter.

also fix UB due to comparison of pointers not in a common array
object.
2015-11-02 12:41:49 -05:00
..
bits fix namespace violations in aarch64/bits/termios.h 2015-09-15 14:28:07 -04:00
atomic.h add aarch64 port 2015-03-11 20:12:35 -04:00
crt_arch.h add .text section directive to all crt_arch.h files missing it 2015-05-22 01:50:05 -04:00
pthread_arch.h properly access mcontext_t program counter in cancellation handler 2015-11-02 12:41:49 -05:00
reloc.h aarch64: fix CRTJMP in reloc.h 2015-04-30 16:21:51 -04:00
syscall_arch.h aarch64: fix 64-bit syscall argument passing 2015-08-11 23:11:57 +00:00