criu/arch/x86
Dmitry Safonov 60595eb432 criu: x86_32: change stack align to 16 bit on parasite head
GCC now assumes by default that the stack is aligned to a 16-byte boundary.
It's very unlikely that parasite head's first call will contain
an SSE instruction which will segfault, but to be pedantically correct
will lose additional 8 bytes.

See also:
http://sourceforge.net/p/fbc/bugs/659/

Signed-off-by: Dmitry Safonov <dsafonov@odin.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2015-12-08 15:10:22 +03:00
..
include/asm vdso: Rework vdso processing files 2015-09-10 14:07:22 +03:00
syscalls arch: x86 -- Add sys_ptrace declaration 2015-12-04 11:41:20 +03:00
cpu.c img: Remove O_OPT and COLLECT_OPTIONAL 2015-03-13 14:42:01 +03:00
crtools.c vdso: Rework vdso processing files 2015-09-10 14:07:22 +03:00
Makefile arch: x86-32 syscalls -- Wire in syscalls generation 2015-06-08 23:53:18 +03:00
parasite-head.S criu: x86_32: change stack align to 16 bit on parasite head 2015-12-08 15:10:22 +03:00
prlimit.c x86: Implement prlimit proxy 2013-05-23 15:12:58 +04:00
restorer.c arch: x86-32 -- Be able to build 32bit CRIU 2015-06-08 23:53:22 +03:00
vdso-pie.c vdso: Rework vdso processing files 2015-09-10 14:07:22 +03:00