commit | 6049f4f831c6f409031dfa09282b38d0cbaecad8 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sun Dec 27 18:30:03 2009 -0800 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Sun Feb 28 17:54:52 2010 +0100 |
tree | be945d7b3470317887ebebcaf3dfbcae008a5520 | |
parent | f24518b502802a128ca627a746a8bcb8d9e306af [diff] |
alpha-linux-user: Implement signals. Move userland PALcode handling into linux-user main loop so that we can send signals from there. This also makes alpha_palcode.c system-level only, so don't build it for userland. Add defines for GENTRAP PALcall mapping to signals. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>