diff options
-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 27d63d9..086a3b7 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2007-07-05 Markus Deuling <deuling@de.ibm.com> + + * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description. + 2007-07-05 Eli Zaretskii <eliz@gnu.org> * gdbint.texinfo (Target Conditionals): Fix last change. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index cfc141f..e6d9e87 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3828,11 +3828,6 @@ and guess the starting and ending addresses of the compilation unit from them. @end itemize -@item PC_LOAD_SEGMENT -@findex PC_LOAD_SEGMENT -If defined, print information about the load segment for the program -counter. (Defined only for the RS/6000.) - @item int gdbarch_pc_regnum (@var{gdbarch}) @findex gdbarch_pc_regnum If the program counter is kept in a register, then let this function return |