diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-06-21 06:33:03 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-06-21 06:33:03 +0000 |
commit | e9c17194070e6a49cc67a0c5642a9fd90ce5a075 (patch) | |
tree | d9a71a19295b26851a017da519fb4145390b3e50 /gdb | |
parent | daaf07b2446eb0cb4d2c4f387b0819214c0e2a07 (diff) | |
download | gdb-e9c17194070e6a49cc67a0c5642a9fd90ce5a075.zip gdb-e9c17194070e6a49cc67a0c5642a9fd90ce5a075.tar.gz gdb-e9c17194070e6a49cc67a0c5642a9fd90ce5a075.tar.bz2 |
* gdb.texinfo (Standard Target Features): Document
m68k features.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 27 |
2 files changed, 32 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index a3192a3..d3e0cc4 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-06-21 Vladimir Prus <vladimir@codesourcery.com> + + * gdb.texinfo (Standard Target Features): Document + m68k features. + 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com> * gdb.texinfo (General Query Packets): Document qOffsets changes. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 3772786..6edd6a6 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -25773,6 +25773,13 @@ The names of registers are not case sensitive for the purpose of recognizing standard features, but @value{GDBN} will only display registers using the capitalization used in the description. +@menu +* ARM Features:: +* M68K Features:: +@end menu + + +@node ARM Features @subsection ARM Features @cindex target descriptions, ARM features @@ -25809,6 +25816,26 @@ The @samp{org.gnu.gdb.mips.linux} feature is optional. It should contain a single register, @samp{restart}, which is used by the Linux kernel to control restartable syscalls. +@node M68K Features +@subsection M68K Features +@cindex target descriptions, M68K features + +@table @code +@item @samp{org.gnu.gdb.m68k.core} +@itemx @samp{org.gnu.gdb.coldfire.core} +@itemx @samp{org.gnu.gdb.fido.core} +One of those features must be always present. +The feature that is present determines which flavor of m86k is +used. The feature that is present should contain registers +@samp{d0} through @samp{d7}, @samp{a0} through @samp{a5}, @samp{fp}, +@samp{sp}, @samp{ps} and @samp{pc}. + +@item @samp{org.gnu.gdb.coldfire.fp} +This feature is optional. If present, it should contain registers +@samp{fp0} through @samp{fp7}, @samp{fpcontrol}, @samp{fpstatus} and +@samp{fpiaddr}. +@end table + @include gpl.texi @raisesections |