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 | d52e7ea3d1882a08239fa0bc954b6c89682e6ec1 (patch) | |
tree | 14f0f1e5a854c040fc4612e5c3dd220daa4f1489 /gdb | |
parent | a00b50c57cba48c2ef088fa4dec4369f6b783c94 (diff) | |
download | gdb-d52e7ea3d1882a08239fa0bc954b6c89682e6ec1.zip gdb-d52e7ea3d1882a08239fa0bc954b6c89682e6ec1.tar.gz gdb-d52e7ea3d1882a08239fa0bc954b6c89682e6ec1.tar.bz2 |
2007-07-05 Markus Deuling <deuling@de.ibm.com>
* gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
Diffstat (limited to 'gdb')
-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 |