diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 95f6ecf..7827a54 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-03-29 Ulrich Weigand <uweigand@de.ibm.com> + + * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE. + 2007-03-27 Ulrich Weigand <uweigand@de.ibm.com> * gdbint.texinfo (Target Conditionals): Remove mention of diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 3cdd1a10..b7b3f46 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -4948,11 +4948,6 @@ Defines the format for the name of a @file{/proc} device. Should be defined in @file{nm.h} @emph{only} in order to override the default definition in @file{procfs.c}. -@item PTRACE_ARG3_TYPE -@findex PTRACE_ARG3_TYPE -The type of the third argument to the @code{ptrace} system call, if it -exists and is different from @code{int}. - @item REGISTER_U_ADDR @findex REGISTER_U_ADDR Defines the offset of the registers in the ``u area''. |