diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-06-09 13:33:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-06-09 13:33:54 +0000 |
commit | 1f6d4158ccd1dd071e1f4cc5a0be8499d84f6138 (patch) | |
tree | 085f8ca18c981aeccb0770c6f587577b23b18a48 | |
parent | 656fdd475e166a0d09af021f7c207710501ab502 (diff) | |
download | gdb-1f6d4158ccd1dd071e1f4cc5a0be8499d84f6138.zip gdb-1f6d4158ccd1dd071e1f4cc5a0be8499d84f6138.tar.gz gdb-1f6d4158ccd1dd071e1f4cc5a0be8499d84f6138.tar.bz2 |
2004-06-09 Andrew Cagney <cagney@gnu.org>
* gdbint.texinfo (Native Debugging): Restore "@table @code"
deleted by previous patch.
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 9b8b151..c97de03 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 e2228b1..047b801 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -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 |