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]

[ob] Fix manual sectioning oversight


There are four sets of target-specific description features in the
manual, but ARM and M68K had @node and menu entries, and MIPS and
PowerPC didn't.  No wonder I couldn't find them... Committed as
obvious.

-- 
Daniel Jacobowitz
CodeSourcery

2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>

	* gdb.texinfo (MIPS Features, PowerPC Features): Add @node.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.477
diff -u -p -r1.477 gdb.texinfo
--- gdb.texinfo	21 Mar 2008 17:09:35 -0000	1.477
+++ gdb.texinfo	26 Mar 2008 18:37:20 -0000
@@ -26862,7 +26862,9 @@ registers using the capitalization used 
 
 @menu
 * ARM Features::
+* MIPS Features::
 * M68K Features::
+* PowerPC Features::
 @end menu
 
 
@@ -26882,6 +26884,7 @@ it should contain at least registers @sa
 @samp{wCGR0} through @samp{wCGR3}.  The @samp{wCID}, @samp{wCon},
 @samp{wCSSF}, and @samp{wCASF} registers are optional.
 
+@node MIPS Features
 @subsection MIPS Features
 @cindex target descriptions, MIPS features
 
@@ -26923,6 +26926,7 @@ This feature is optional.  If present, i
 @samp{fpiaddr}.
 @end table
 
+@node PowerPC Features
 @subsection PowerPC Features
 @cindex target descriptions, PowerPC features
 


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