summaryrefslogtreecommitdiff
path: root/gdb/doc
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-24 19:58:24 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-24 19:58:24 +0000
commit90cec2b33bb900d64cfdf042fa95e07b6bcefdeb (patch)
tree2e4a2f34d1f288541811c8f1f5159e547ec6b2db /gdb/doc
parent4db4e42d5ade764f5adf317bf7e7869ce176f7a7 (diff)
downloadgdb-90cec2b33bb900d64cfdf042fa95e07b6bcefdeb.tar.gz
2004-08-24 Andrew Cagney <cagney@gnu.org>
* gdbint.texinfo (Target Architecture Definition): Add missing comma.
Diffstat (limited to 'gdb/doc')
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdbint.texinfo4
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index f8c564947eb..a5e5245afee 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-24 Andrew Cagney <cagney@gnu.org>
+
+ * gdbint.texinfo (Target Architecture Definition): Add missing
+ comma.
+
2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
* (Using the Testsuite): build != host is supported,
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index ab83eec61da..8d81174f4f7 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -38,7 +38,7 @@ Free Documentation License''.
@page
@tex
\def\$#1${{#1}} % Kluge: collect RCS revision info without $...$
-\xdef\manvers{\$Revision: 1.220 $} % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.221 $} % For use in headers, footers too
{\parskip=0pt
\hfill Cygnus Solutions\par
\hfill \manvers\par
@@ -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.