diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-11-07 18:07:12 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-11-07 18:07:12 +0000 |
commit | a0b7da7978512482b0eba1e038953c821c84ea84 (patch) | |
tree | f026f3033b48147685eb93a0c5fee89ffcbdc88a /gas/doc/as.texinfo | |
parent | 422fee64f86af9ed48e1904610302f4218299b0f (diff) | |
download | gdb-a0b7da7978512482b0eba1e038953c821c84ea84.zip gdb-a0b7da7978512482b0eba1e038953c821c84ea84.tar.gz gdb-a0b7da7978512482b0eba1e038953c821c84ea84.tar.bz2 |
* doc/Makefile.am (asconfig.texi): Set top_srcdir.
* doc/Makefile.in: Regenerated.
* doc/as.texinfo: Document "@FILE".
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 09b844e..cb1c26b 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -231,8 +231,9 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. [@b{--listing-cont-lines}=@var{NUM}] [@b{--keep-locals}] [@b{-o} @var{objfile}] [@b{-R}] [@b{--reduce-memory-overheads}] [@b{--statistics}] [@b{-v}] [@b{-version}] [@b{--version}] [@b{-W}] [@b{--warn}] - [@b{--fatal-warnings}] [@b{-w}] [@b{-x}] [@b{-Z}] [@b{--target-help}] - [@var{target-options}] [@b{--}|@var{files} @dots{}] + [@b{--fatal-warnings}] [@b{-w}] [@b{-x}] [@b{-Z}] [@b{@@@var{FILE}}] + [@b{--target-help}] [@var{target-options}] + [@b{--}|@var{files} @dots{}] @c @c Target dependent options are listed below. Keep the list sorted. @c Add an empty line for separation. @@ -450,6 +451,8 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. @c man begin OPTIONS @table @gcctabopt +@include @value{top_srcdir}/../libiberty/at-file.texi + @item -a[cdhlmns] Turn on listings, in any of a variety of ways: |