sh: Initial ELF FDPIC support.
[deliverable/linux.git] / include / asm-sh / ptrace.h
index 7d36dc3bee692a7d8b2dcd3c6ad79098192f0f4b..643ab5a7cf3b87d466b43e15f4d59cb9b9b077b9 100644 (file)
@@ -87,6 +87,11 @@ struct pt_dspregs {
        unsigned long   mod;
 };
 
+#define PTRACE_GETFDPIC                31      /* get the ELF fdpic loadmap address */
+
+#define PTRACE_GETFDPIC_EXEC   0       /* [addr] request the executable loadmap */
+#define PTRACE_GETFDPIC_INTERP 1       /* [addr] request the interpreter loadmap */
+
 #define        PTRACE_GETDSPREGS       55
 #define        PTRACE_SETDSPREGS       56
 #endif
This page took 0.024587 seconds and 5 git commands to generate.