summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-06-09 13:33:54 +0000
committerAndrew Cagney <cagney@redhat.com>2004-06-09 13:33:54 +0000
commit601b377f3aa083367bbd775d99c24aa40a2a3189 (patch)
tree7e3df89b36b6591347b8d714970b4372bb0725eb
parentc0fe98bef193d082daac219e3bfd1edd10e70cb7 (diff)
downloadgdb-601b377f3aa083367bbd775d99c24aa40a2a3189.tar.gz
2004-06-09 Andrew Cagney <cagney@gnu.org>
* gdbint.texinfo (Native Debugging): Restore "@table @code" deleted by previous patch.
-rw-r--r--gdb/doc/ChangeLog5
-rw-r--r--gdb/doc/gdbint.texinfo4
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 9b8b151b2d9..c97de0326bc 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,8 @@
+2004-06-09 Andrew Cagney <cagney@gnu.org>
+
+ * gdbint.texinfo (Native Debugging): Restore "@table @code"
+ deleted by previous patch.
+
2004-06-08 Andrew Cagney <cagney@gnu.org>
* gdbint.texinfo (Native Debugging): Delete documentation on
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 0d4e615a79d..4d41cfa6b74 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.206 $} % For use in headers, footers too
+\xdef\manvers{\$Revision: 1.207 $} % For use in headers, footers too
{\parskip=0pt
\hfill Cygnus Solutions\par
\hfill \manvers\par
@@ -4404,6 +4404,8 @@ defined or left undefined, to control compilation when the host and
target systems are the same. These macros should be defined (or left
undefined) in @file{nm-@var{system}.h}.
+@table @code
+
@item CHILD_PREPARE_TO_STORE
@findex CHILD_PREPARE_TO_STORE
If the machine stores all registers at once in the child process, then