[xtensa-cvscommit] linux/include/asm-xtensa ptrace.h,1.5,1.6
Brought to you by:
zankel
|
From: <jgr...@us...> - 2003-01-28 23:52:27
|
Update of /cvsroot/xtensa/linux/include/asm-xtensa
In directory sc8-pr-cvs1:/tmp/cvs-serv3249/include/asm-xtensa
Modified Files:
ptrace.h
Log Message:
Restore old ptrace interface; strace application still needs it.
Index: ptrace.h
===================================================================
RCS file: /cvsroot/xtensa/linux/include/asm-xtensa/ptrace.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ptrace.h 25 Jan 2003 03:12:45 -0000 1.5
--- ptrace.h 28 Jan 2003 23:52:23 -0000 1.6
***************
*** 48,55 ****
! #if 0
/* XTFIXME: Old junk, removed in favor of the PTRACE_GETREGS method.
Delete after some time. [JET, 24 Jan 2003] */
/* Registers used by ptrace */
--- 48,56 ----
! #if 1
/* XTFIXME: Old junk, removed in favor of the PTRACE_GETREGS method.
Delete after some time. [JET, 24 Jan 2003] */
+ /* Still needed for strace. [jgreen, 28 Jan 2003] */
/* Registers used by ptrace */
***************
*** 75,79 ****
XCHAL_NUM_AREGS + ar_regno - wb*4)
! #endif /* if 0 */
/* Other PTRACE_* values defined in <linux/ptrace.h> using values 0-9,16,17,24 */
--- 76,80 ----
XCHAL_NUM_AREGS + ar_regno - wb*4)
! #endif /* if 1 */
/* Other PTRACE_* values defined in <linux/ptrace.h> using values 0-9,16,17,24 */
|