From 5ef60206ff9e697d3011bcf48afca50c9fe85e1b Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Thu, 13 Sep 2018 21:18:57 +0000 Subject: add arm and sh bits/ptrace.h These should have been added in commit df6d9450ea19fd71e52cf5cdb4c85beb73066394 that added target specific PTRACE_ macros, but somehow got missed. --- arch/sh/bits/ptrace.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 arch/sh/bits/ptrace.h (limited to 'arch/sh/bits') diff --git a/arch/sh/bits/ptrace.h b/arch/sh/bits/ptrace.h new file mode 100644 index 00000000..4435ca1f --- /dev/null +++ b/arch/sh/bits/ptrace.h @@ -0,0 +1,5 @@ +#define PTRACE_GETFDPIC 31 +#define PTRACE_GETFDPIC_EXEC 0 +#define PTRACE_GETFDPIC_INTERP 1 +#define PTRACE_GETDSPREGS 55 +#define PTRACE_SETDSPREGS 56 -- cgit v1.2.1