diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-03-26 18:38:21 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-03-26 18:38:21 +0000 |
commit | a46b25d0c8a5b389de7e1142d5103347923ca2fc (patch) | |
tree | 1f3d752862bacf1eae8370f175464f53422c0970 | |
parent | 19271bcc281a1d6b31cd0e68e56f7a4b9e3733eb (diff) | |
download | gdb-a46b25d0c8a5b389de7e1142d5103347923ca2fc.zip gdb-a46b25d0c8a5b389de7e1142d5103347923ca2fc.tar.gz gdb-a46b25d0c8a5b389de7e1142d5103347923ca2fc.tar.bz2 |
* gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 0c19507..a5ffa62 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-03-26 Daniel Jacobowitz <dan@codesourcery.com> + + * gdb.texinfo (MIPS Features, PowerPC Features): Add @node. + 2008-02-26 Nick Roberts <nickrob@snap.net.nz> * gdb.texinfo (Set Breaks): Revert description of Enb column of diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 722db28..9072e2f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -26746,7 +26746,9 @@ registers using the capitalization used in the description. @menu * ARM Features:: +* MIPS Features:: * M68K Features:: +* PowerPC Features:: @end menu @@ -26766,6 +26768,7 @@ it should contain at least registers @samp{wR0} through @samp{wR15} and @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 @@ -26807,6 +26810,7 @@ This feature is optional. If present, it should contain registers @samp{fpiaddr}. @end table +@node PowerPC Features @subsection PowerPC Features @cindex target descriptions, PowerPC features |