diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-08-24 19:58:24 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-08-24 19:58:24 +0000 |
commit | 8d2c00cb73ae9b3d1e5d7317241dc02e575b7f1b (patch) | |
tree | 37552d09fdc6be6b67120af971548e0350c7aed3 /gdb/doc/gdbint.texinfo | |
parent | 5ca2e3275d6a1d969990090805596f5211091afd (diff) | |
download | gdb-8d2c00cb73ae9b3d1e5d7317241dc02e575b7f1b.zip gdb-8d2c00cb73ae9b3d1e5d7317241dc02e575b7f1b.tar.gz gdb-8d2c00cb73ae9b3d1e5d7317241dc02e575b7f1b.tar.bz2 |
2004-08-24 Andrew Cagney <cagney@gnu.org>
* gdbint.texinfo (Target Architecture Definition): Add missing
comma.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index 1b8d63f..b7d6f47 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -3816,7 +3816,7 @@ Number of bits in a short integer; defaults to @code{2 * TARGET_CHAR_BIT}. @findex read_sp @findex read_fp @anchor{TARGET_READ_SP} These change the behavior of @code{read_pc}, -@code{write_pc} and @code{read_sp}. For most targets, these may be +@code{write_pc}, and @code{read_sp}. For most targets, these may be left undefined. @value{GDBN} will call the read and write register functions with the relevant @code{_REGNUM} argument. |