mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* ld.texinfo (--reduce-memory-overheads): Fix typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2005-10-25 Chris Metcalf <cdmetcalf@comcast.net>
|
||||
|
||||
* ld.texinfo (--reduce-memory-overheads): Fix typo.
|
||||
|
||||
2005-10-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR ld/1487
|
||||
|
@ -1857,7 +1857,7 @@ linking speed. This was introduced to to select the old O(n^2) algorithm
|
||||
for link map file generation, rather than the new O(n) algorithm which uses
|
||||
about 40% more memory for symbol storage.
|
||||
|
||||
Another affect of the switch is to set the default hash table size to
|
||||
Another effect 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
|
||||
has been used.
|
||||
|
Reference in New Issue
Block a user