diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2004-05-23 09:30:31 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2004-05-23 09:30:31 +0000 |
commit | a85785bc058d1a1bcaf3bd853cd8d35ad81e097c (patch) | |
tree | c93aed7b35e133f1e707d1894a7382904b69c285 /ld/ld.texinfo | |
parent | 70f9f479194f1a826e7c600d7272ab6822ca9ce1 (diff) | |
download | gdb-a85785bc058d1a1bcaf3bd853cd8d35ad81e097c.zip gdb-a85785bc058d1a1bcaf3bd853cd8d35ad81e097c.tar.gz gdb-a85785bc058d1a1bcaf3bd853cd8d35ad81e097c.tar.bz2 |
* ld.texinfo (Options): Fix typo in last change.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index db87e3f..c6002da 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1750,7 +1750,7 @@ about 40% more memory for symbol storage. Another affect of the switch is to set the default hash table size to 1021, which again saves memory at the cost of lengthening the linker's -run time. This is not done however if the *option{--hash-size} switch +run time. This is not done however if the @option{--hash-size} switch has been used. The @option{--reduce-memory-overheads} switch may be also be used to |