diff options
author | Daniel Jacobowitz <drow@false.org> | 2008-03-26 18:37:47 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2008-03-26 18:37:47 +0000 |
commit | 1e26b4f86a657153330a7a518ae4b248c1421039 (patch) | |
tree | cc4742a53b8e5132fa2f4f37ae98f84919754a9e /gdb | |
parent | 086134ec0edd4a54682c435552c8ae20f65fbb23 (diff) | |
download | gdb-1e26b4f86a657153330a7a518ae4b248c1421039.zip gdb-1e26b4f86a657153330a7a518ae4b248c1421039.tar.gz gdb-1e26b4f86a657153330a7a518ae4b248c1421039.tar.bz2 |
* gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
Diffstat (limited to 'gdb')
-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 c9e53f8..a693f4b 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-03-21 Pedro Alves <pedro@codesourcery.com> * gdb.texinfo (Debugging Output): Document diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 1e79e32..db5cdd4 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -26862,7 +26862,9 @@ registers using the capitalization used in the description. @menu * ARM Features:: +* MIPS Features:: * M68K Features:: +* PowerPC Features:: @end menu @@ -26882,6 +26884,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 @@ -26923,6 +26926,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 |