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 | |
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')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/ld.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 46e4865..266d89a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2004-05-23 Andreas Schwab <schwab@suse.de> + + * ld.texinfo (Options): Fix typo in last change. + 2004-05-21 Andy Chittenden <achittenden@bluearc.com> * ld.h (ld_config_type): Add new field: hash_table_size. 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 |