Title: [7726] trunk/arch/blackfin/include/asm/ptrace.h: comment the FDPIC PTRACE defines
Revision
7726
Author
vapier
Date
2009-10-29 07:37:24 -0400 (Thu, 29 Oct 2009)

Log Message

comment the FDPIC PTRACE defines

Modified Paths


Diff

Modified: trunk/arch/blackfin/include/asm/ptrace.h (7725 => 7726)


--- trunk/arch/blackfin/include/asm/ptrace.h	2009-10-29 09:12:14 UTC (rev 7725)
+++ trunk/arch/blackfin/include/asm/ptrace.h	2009-10-29 11:37:24 UTC (rev 7726)
@@ -89,9 +89,9 @@
 #define PTRACE_GETREGS            12
 #define PTRACE_SETREGS            13	/* ptrace signal  */
 
-#define PTRACE_GETFDPIC           31
-#define PTRACE_GETFDPIC_EXEC      0
-#define PTRACE_GETFDPIC_INTERP    1
+#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 PS_S  (0x0002)
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to