diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-07-05 12:22:32 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-07-05 12:22:32 +0000 |
commit | 2783bfaa4edb357f96da75cbd4020cda670674f2 (patch) | |
tree | fcedbbfd5ffca4904c24be76417309e23c51553f | |
parent | a45b7b0f1dee9ceb3521386dfca6f12ba76d872a (diff) | |
download | gdb-2783bfaa4edb357f96da75cbd4020cda670674f2.tar.gz |
2007-07-05 Markus Deuling <deuling@de.ibm.com>
* gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 7 |
2 files changed, 5 insertions, 6 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 27d63d9d7d6..086a3b74f90 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 1c5a45f3b0b..581ecbe9f30 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -39,7 +39,7 @@ Free Documentation License''. @page @tex \def\$#1${{#1}} % Kluge: collect RCS revision info without $...$ -\xdef\manvers{\$Revision: 1.265 $} % For use in headers, footers too +\xdef\manvers{\$Revision: 1.266 $} % For use in headers, footers too {\parskip=0pt \hfill Cygnus Solutions\par \hfill \manvers\par @@ -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 |