Il 04/04/2013 17:32, Peter Maydell ha scritto: > This is kind of ugly but it looks like the kernel is kind > of ugly too (ie elf_greg_t as a type is not defined the > same way necessarily for all targets and ABIs). At some > point this type should probably live in a header file > in linux-user/$arch/ but for now I guess it can pass. > > Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>
I'll add abi_reg to abitypes.h and move tswapreg there, so that the signal handling structures could use it too. Paolo