diff options
author | Luis Machado <lgustavo@codesourcery.com> | 2013-07-04 11:48:13 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2013-07-04 11:52:52 +0200 |
commit | 0551bbbbe5b9246f080b3afef806470e3968aa03 (patch) | |
tree | ad89247f20695e04c3fe6b238e2d14afd6014265 /libc/sysdeps/linux/c6x/sys | |
parent | 905775f198e8990dc8458d5879b934ebdc623ef4 (diff) |
C6X: Remove DSBT in favour of FDPIC
Sync up with the changes from C6X entering the kernel.
Signed-off-by: Luis Machado <lgustavo@codesourcery.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/sysdeps/linux/c6x/sys')
-rw-r--r-- | libc/sysdeps/linux/c6x/sys/ptrace.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libc/sysdeps/linux/c6x/sys/ptrace.h b/libc/sysdeps/linux/c6x/sys/ptrace.h index 6e2d4aaf8..8ca7e15a9 100644 --- a/libc/sysdeps/linux/c6x/sys/ptrace.h +++ b/libc/sysdeps/linux/c6x/sys/ptrace.h @@ -111,12 +111,6 @@ enum __ptrace_request PTRACE_SYSCALL = 24, #define PT_SYSCALL PTRACE_SYSCALL - /* Obtain the load map of the main program or the interpreter of the - ptraced process, depending on whether the addr argument is - (void*)0 or (void*)1, respectively. */ - PTRACE_GETDSBT = 31, -#define PT_GETDSBT PTRACE_GETDSBT - /* Set ptrace filter options. */ PTRACE_SETOPTIONS = 0x4200, #define PT_SETOPTIONS PTRACE_SETOPTIONS @@ -134,9 +128,6 @@ enum __ptrace_request #define PT_SETSIGINFO PTRACE_SETSIGINFO }; -#define PTRACE_GETDSBT_EXEC ((void*)0) /* [addr] request the executable loadmap */ -#define PTRACE_GETDSBT_INTERP ((void*)1) /* [addr] request the interpreter loadmap */ - /* Options set using PTRACE_SETOPTIONS. */ enum __ptrace_setoptions { PTRACE_O_TRACESYSGOOD = 0x00000001, |