468c1bb5ca
Acked-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
10 lines
260 B
C
10 lines
260 B
C
#ifdef TARGET_ABI32
|
|
# define sizeof_rt_sigframe 0x2b0
|
|
# define offsetof_uc_mcontext 0x120
|
|
# define offsetof_freg0 0x80
|
|
#else
|
|
# define sizeof_rt_sigframe 0x340
|
|
# define offsetof_uc_mcontext 0x130
|
|
# define offsetof_freg0 0x100
|
|
#endif
|