diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-11-23 12:05:28 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-11-23 12:05:28 +0000 |
commit | 013717475e2f51052420f81d4fefa566d0683281 (patch) | |
tree | 2e21491fb66d8a95360d14b8517ebb5c258f1599 /gdb | |
parent | 5c6af06e4ca9580d8c54688b6c8f2c56d9d0ce36 (diff) | |
download | gdb-013717475e2f51052420f81d4fefa566d0683281.zip gdb-013717475e2f51052420f81d4fefa566d0683281.tar.gz gdb-013717475e2f51052420f81d4fefa566d0683281.tar.bz2 |
* gdb.texinfo (Files): Add cross-reference to description of
-readnow command-line switch.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index bed3073..d5ac17b 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-23 Eli Zaretskii <eliz@gnu.org> + + * gdb.texinfo (Files): Add cross-reference to description of + -readnow command-line switch. + 2004-11-10 Randolph Chung <tausq@debian.org> * gdb.texinfo: Document set/show backtrace past-entry commands. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 8a77b29..56e9fc4 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -10205,9 +10205,9 @@ On systems with memory-mapped files, an auxiliary file named @var{filename}. If so, @value{GDBN} maps in the symbol table from @file{@var{filename}.syms}, starting up more quickly. See the descriptions of the file options @samp{-mapped} and @samp{-readnow} -(available on the command line, and with the commands @code{file}, -@code{symbol-file}, or @code{add-symbol-file}, described below), -for more information. +(available on the command line, see @ref{File Options}, and with the +commands @code{file}, @code{symbol-file}, or @code{add-symbol-file}, +described below), for more information. @item file @code{file} with no argument makes @value{GDBN} discard any information it |