criu/compel/arch
Adrian Reber 4c4f67a56b s390x: remove stack pointer from clobber list
Just like on all other supported architectures gcc complains about the
stack pointer register being part of the clobber list:

error: listing the stack pointer register ‘15’ in a clobber list is deprecated [-Werror=deprecated]

This removes the stack pointer from the clobber list.

'zdtm.py run -a' still runs without any errors after this change.

Signed-off-by: Adrian Reber <areber@redhat.com>
2020-02-04 12:39:44 -08:00
..
aarch64 compel: Mark compat argument of __NR() as used 2020-02-04 12:39:04 -08:00
arm kerndat: detect if system support clone3() with set_tid 2020-02-04 12:39:44 -08:00
ppc64 kerndat: detect if system support clone3() with set_tid 2020-02-04 12:39:44 -08:00
s390 s390x: remove stack pointer from clobber list 2020-02-04 12:39:44 -08:00
x86 kerndat: detect if system support clone3() with set_tid 2020-02-04 12:39:44 -08:00