2004-08-24 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Tue, 24 Aug 2004 19:58:24 +0000 (19:58 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 24 Aug 2004 19:58:24 +0000 (19:58 +0000)
* gdbint.texinfo (Target Architecture Definition): Add missing
comma.

gdb/doc/ChangeLog
gdb/doc/gdbint.texinfo

index f8c564947eb726f3208c2b7dceec888e7b435bb3..a5e5245afeeea2cf3c1161533058f199b20dc40a 100644 (file)
@@ -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,
index 1b8d63fbf9ddb30394dc3739c82fda0030a032c6..b7d6f4728e3e1a2ea5c3a245121feadae91c19a6 100644 (file)
@@ -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.
 
This page took 0.02957 seconds and 4 git commands to generate.