musl/arch/sh
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 sh jmp_buf size to match ABI 2015-04-27 20:03:28 -04:00
src work around breakage in sh/fdpic __unmapself function 2015-09-22 04:10:42 +00:00
atomic.h inline llsc atomics when building for sh4a 2015-05-19 00:42:07 -04:00
crt_arch.h have sh/fdpic entry point set fdpic personality if needed 2015-09-22 20:51:59 +00:00
ksigaction.h fix signal return for sh/fdpic 2015-09-23 18:33:49 +00:00
pthread_arch.h properly access mcontext_t program counter in cancellation handler 2015-11-02 12:41:49 -05:00
reloc.h add real fdpic loading of shared libraries 2015-09-22 19:12:48 +00:00
syscall_arch.h switch to using trap number 31 for syscalls on sh 2015-06-16 15:25:02 +00:00