Re: selftests/powerpc: Force ptrace tests to build -fno-pie

2017-08-31 Thread Michael Ellerman
On Wed, 2017-08-30 at 10:45:12 UTC, Michael Neuling wrote: > 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 te

[PATCH] selftests/powerpc: Force ptrace tests to build -fno-pie

2017-08-30 Thread Michael Neuling
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 --- tools/tes