PR cli/8830:
authorTom Tromey <tromey@redhat.com>
Thu, 4 Feb 2010 19:12:58 +0000 (19:12 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 4 Feb 2010 19:12:58 +0000 (19:12 +0000)
* gdb.texinfo (Files): -readnow comes before the filename for file
and symbol-file.

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

index adeed1adac09ceafd7b28c913aa9a22b170a8782..b90906aa0023d0908ef532554c70a5ab5460b66f 100644 (file)
@@ -1,3 +1,9 @@
+2010-02-04  Tom Tromey  <tromey@redhat.com>
+
+       PR cli/8830:
+       * gdb.texinfo (Files): -readnow comes before the filename for file
+       and symbol-file.
+
 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gdb.texinfo (Architecture-Specific Protocol Details): New section.
index 2145f2b7ef2f80b664786d73cdadbff8b28ab542..e1d48e00ebc1ef50f0d0f58d66843cb1eec96648 100644 (file)
@@ -13825,8 +13825,8 @@ in stabs format.
 @kindex readnow
 @cindex reading symbols immediately
 @cindex symbols, reading immediately
-@item symbol-file @var{filename} @r{[} -readnow @r{]}
-@itemx file @var{filename} @r{[} -readnow @r{]}
+@item symbol-file @r{[} -readnow @r{]} @var{filename}
+@itemx file @r{[} -readnow @r{]} @var{filename}
 You can override the @value{GDBN} two-stage strategy for reading symbol
 tables by using the @samp{-readnow} option with any of the commands that
 load symbol table information, if you want to be sure @value{GDBN} has the