minix/lib/libc/arch/arm
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
..
gdtoa Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
gen Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
hardfloat Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
net Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
softfloat Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
stdlib Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
string Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
sys Libraries updates and cleanup 2013-01-14 11:36:26 +01:00
sys-minix arm: make signal handlers work 2013-01-30 04:10:12 +00:00
Makefile.inc ARM updates 2013-01-17 10:03:58 +01:00
SYS.h Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00