diff options
| author | Anshuman Khandual <khandual@linux.vnet.ibm.com> | 2016-09-30 10:32:52 +0800 |
|---|---|---|
| committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-11-17 17:11:48 +1100 |
| commit | f666ad413db6f7fbfaeec6b11ed6f8e4b60dda38 (patch) | |
| tree | 44102ca80b9e9edc89fae71976a7f865bf62acd0 /tools/testing/selftests/powerpc/Makefile | |
| parent | 15ec3997aa3bffc461f7b47ca9365d4b0323c671 (diff) | |
| download | blackbird-op-linux-f666ad413db6f7fbfaeec6b11ed6f8e4b60dda38.tar.gz blackbird-op-linux-f666ad413db6f7fbfaeec6b11ed6f8e4b60dda38.zip | |
selftests/powerpc: Add ptrace tests for GPR/FPR registers
This patch adds ptrace interface test for GPR/FPR registers.
This adds ptrace interface based helper functions related to
GPR/FPR access and some assembly helper functions related to
GPR/FPR registers.
Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Signed-off-by: Simon Guo <wei.guo.simon@gmail.com>
[mpe: Add #defines for the new note types when headers don't define them]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/Makefile')
| -rw-r--r-- | tools/testing/selftests/powerpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/Makefile b/tools/testing/selftests/powerpc/Makefile index 561afa1921b9..c2c4211ba58b 100644 --- a/tools/testing/selftests/powerpc/Makefile +++ b/tools/testing/selftests/powerpc/Makefile @@ -26,7 +26,8 @@ SUB_DIRS = alignment \ syscalls \ tm \ vphn \ - math + math \ + ptrace endif |

