sigframe: Move sigframe-related code into sigframe.*
There's a lot of code making sigframes for PIE spread all over the asm/restorer.h and arch/crtools.c. This patch collects it all into asm/sigframe.h and arch/sigframe.c for better modularity and for the sake of compel. The patch is huge, but it just moves the code around (making u32/u64 types conversions to uint32/64_t-s where appropriate). travis-ci: success for sigframe: Move sigframe-related code into sigframe.* Signed-off-by:Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-and-ported-on-dev-by:
Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by:
Pavel Emelyanov <xemul@virtuozzo.com>
Showing
criu/arch/aarch64/sigframe.c
0 → 100644
criu/arch/arm/sigframe.c
0 → 100644
criu/arch/ppc64/sigframe.c
0 → 100644
criu/arch/x86/sigframe.c
0 → 100644
Please
register
or
sign in
to comment