linux/tools/testing/selftests/powerpc/ptrace
Michael Neuling a3c0105058 selftests/powerpc: Force ptrace tests to build -fno-pie
Currently these tests won't build with a `--enable-default-pie`
compiler as they require r30 to be clobbered. This gives
an error:
  ptrace-tm-spd-gpr.c:41:2: error: PIC register clobbered by 'r30' in 'asm'

This forces these tests to be built no-pie.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2017-08-31 14:26:49 +10:00
..
.gitignore selftests/powerpc: Add ptrace tests for TM SPR registers 2016-11-17 17:11:52 +11:00
Makefile selftests/powerpc: Force ptrace tests to build -fno-pie 2017-08-31 14:26:49 +10:00
ptrace-gpr.c
ptrace-gpr.h
ptrace-tar.c selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR registers 2016-11-17 17:11:49 +11:00
ptrace-tar.h selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR registers 2016-11-17 17:11:49 +11:00
ptrace-tm-gpr.c selftests/powerpc: Add ptrace tests for GPR/FPR registers in TM 2016-11-17 17:11:48 +11:00
ptrace-tm-spd-gpr.c selftests/powerpc: Add ptrace tests for GPR/FPR registers in suspended TM 2016-11-17 17:11:49 +11:00
ptrace-tm-spd-tar.c selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR in suspended TM 2016-11-17 17:11:50 +11:00
ptrace-tm-spd-vsx.c selftests/powerpc: Add ptrace tests for VSX, VMX registers in suspended TM 2016-11-17 17:11:52 +11:00
ptrace-tm-spr.c selftests/powerpc: Add ptrace tests for TM SPR registers 2016-11-17 17:11:52 +11:00
ptrace-tm-tar.c selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR in TM 2016-11-17 17:11:50 +11:00
ptrace-tm-vsx.c selftests/powerpc: Add ptrace tests for VSX, VMX registers in TM 2016-11-17 17:11:51 +11:00
ptrace-vsx.c selftests/powerpc: Add ptrace tests for VSX, VMX registers 2016-11-17 17:11:51 +11:00
ptrace-vsx.h selftests/powerpc: Add ptrace tests for VSX, VMX registers 2016-11-17 17:11:51 +11:00
ptrace.h selftests/powerpc: Add ptrace tests for TM SPR registers 2016-11-17 17:11:52 +11:00