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]

Fix doc build


I've noted that docs do not build, due to a couple of typos.
This patch fixed it; checked in as obvious.

- Volodya
Index: gdb/doc/ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/doc/ChangeLog,v
retrieving revision 1.809
diff -u -p -r1.809 ChangeLog
--- gdb/doc/ChangeLog	18 Aug 2008 22:35:17 -0000	1.809
+++ gdb/doc/ChangeLog	19 Aug 2008 12:30:46 -0000
@@ -1,3 +1,8 @@
+2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
+
+	* doc/gdb.texinfo (PowerPC): Fix typo.
+	(PowerPC features): Fix typo.
+
 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
 
 	* observer.texi (thread_ptid_changed): New.
Index: gdb/doc/gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.515
diff -u -p -r1.515 gdb.texinfo
--- gdb/doc/gdb.texinfo	18 Aug 2008 15:46:08 -0000	1.515
+++ gdb/doc/gdb.texinfo	19 Aug 2008 12:30:46 -0000
@@ -16427,7 +16427,7 @@ The pseudo-registers go from @code{$dl0}
 by joining the even/odd register pairs @code{f0} and @code{f1} for @code{$dl0},
 @code{f2} and @code{f3} for @code{$dl1} and so on.
 
-For POWER7 processors, @value{GDB} provides a set of pseudo-registers, the 64-bit
+For POWER7 processors, @value{GDBN} provides a set of pseudo-registers, the 64-bit
 wide Extended Floating Point Registers (@samp{f32} through @samp{f63}).
 
 
@@ -27872,7 +27872,7 @@ The @samp{org.gnu.gdb.power.vsx} feature
 contain registers @samp{vs0h} through @samp{vs31h}.  @value{GDBN}
 will combine these registers with the floating point registers
 (@samp{f0} through @samp{f31}) and the altivec registers (@samp{vr0}
-through @samp{vr31}} to present the 128-bit wide registers @samp{vs0}
+through @samp{vr31}) to present the 128-bit wide registers @samp{vs0}
 through @samp{vs63}, the set of vector registers for POWER7.
 
 The @samp{org.gnu.gdb.power.spe} feature is optional.  It should

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