minix/lib/libc/arch/arm/sys-minix
Ben Gras e3e5cf6d34 arm: make signal handlers work
A few kernel and calling convention adjustments to make sigsend and
sigreturn work for arm.

	. provide a arch_proc_setcontext for earm in kernel
	. set LR in context of signal handler to provide a proper
	  return address (to __sigreturn)
	. change __sigreturn to retrieve the sigcontext pointer
	  from the sigframe struct and pass it to _sigreturn() in r0

Change-Id: Icd135a70595382c79d11d8dd9876f6a6f1df41f8
2013-01-30 04:10:12 +00:00
..
__sigreturn.S arm: make signal handlers work 2013-01-30 04:10:12 +00:00
_ipc.S ARM: correctly store kernel_info_struct pointer 2013-01-25 17:07:02 +00:00
_senda.S ARM support for kernel and vm 2012-10-07 21:38:03 -04:00
brksize.S ARM support for system libraries 2012-08-28 13:49:27 -04:00
Makefile.inc ARM updates 2013-01-17 10:03:58 +01:00
ucontext.S ARM support for system libraries 2012-08-28 13:49:27 -04:00
ucontextoffsets.cf ARM support for system libraries 2012-08-28 13:49:27 -04:00