This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch]: Remove PC_LOAD_SEGMENT from gdbint.texinfo


Hi,

after commiting the patch that removes PC_LOAD_SEGMENT here is a patch to remove it from gdbint also
(http://sourceware.org/ml/gdb-patches/2007-07/msg00021.html):

ChangeLog:

* gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.


Is this ok ?


--
Markus Deuling
GNU Toolchain for Linux on Cell BE
deuling@de.ibm.com

diff -urN src/gdb/doc/gdbint.texinfo dev/gdb/doc/gdbint.texinfo
--- src/gdb/doc/gdbint.texinfo	2007-07-04 06:01:38.000000000 +0200
+++ dev/gdb/doc/gdbint.texinfo	2007-07-04 06:32:42.000000000 +0200
@@ -3829,11 +3829,6 @@
 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]