diff options
author | Nick Clifton <nickc@redhat.com> | 2015-08-03 09:19:00 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-08-03 09:19:00 +0100 |
commit | d60646b95830f1687b641b96f31adbea75c08d6c (patch) | |
tree | 2c40253cf88dfac018fabe18d1da20f7ad61e840 /gas | |
parent | a5fdf78a4402341a0ae23a5ca8a63825e2b5286c (diff) | |
download | gdb-d60646b95830f1687b641b96f31adbea75c08d6c.zip gdb-d60646b95830f1687b641b96f31adbea75c08d6c.tar.gz gdb-d60646b95830f1687b641b96f31adbea75c08d6c.tar.bz2 |
Fix thinkos in the description of the --hash-size command line option for GAS.
* doc/as.texinfo (Overview): Add --hash-size to the synopsis and
fix typo in its entry: @kindex -> @item.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rw-r--r-- | gas/doc/as.texinfo | 13 |
2 files changed, 13 insertions, 5 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 2ac50cb..0aa3cab 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2015-08-03 Nick Clifton <nickc@redhat.com> + + * doc/as.texinfo (Overview): Add --hash-size to the synopsis and + fix typo in its entry: @kindex -> @item. + 2015-07-28 Robert Suchanek <robert.suchanek@imgtec.com> * config/tc-mips.c (mips_cpu_info_table): Add m5100 and m5101 entries. diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 70f1b96..e3b965c 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -234,10 +234,13 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. [@b{--help}] [@b{-I} @var{dir}] [@b{-J}] [@b{-K}] [@b{-L}] [@b{--listing-lhs-width}=@var{NUM}] [@b{--listing-lhs-width2}=@var{NUM}] [@b{--listing-rhs-width}=@var{NUM}] - [@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{@@@var{FILE}}] + [@b{--listing-cont-lines}=@var{NUM}] [@b{--keep-locals}] + [@b{-o} @var{objfile}] [@b{-R}] + [@b{--hash-size}=@var{NUM}] [@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{@@@var{FILE}}] [@b{--sectname-subst}] [@b{--size-check=[error|warning]}] [@b{--target-help}] [@var{target-options}] [@b{--}|@var{files} @dots{}] @@ -757,7 +760,7 @@ Name the object-file output from @command{@value{AS}} @var{objfile}. @item -R Fold the data section into the text section. -@kindex --hash-size=@var{number} +@item --hash-size=@var{number} Set the default size of GAS's hash tables to a prime number close to @var{number}. Increasing this value can reduce the length of time it takes the assembler to perform its tasks, at the expense of increasing the assembler's |