From: Alan Modra Date: Mon, 24 Oct 2005 23:07:12 +0000 (+0000) Subject: * ld.texinfo (--reduce-memory-overheads): Fix typo. X-Git-Tag: gdb-csl-20060226-branchpoint~963 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f9c04f7630bb043b6aff2231f73bb5ae19202b5;p=external%2Fbinutils.git * ld.texinfo (--reduce-memory-overheads): Fix typo. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 4d74ef9..982ce72 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2005-10-25 Chris Metcalf + + * ld.texinfo (--reduce-memory-overheads): Fix typo. + 2005-10-23 H.J. Lu PR ld/1487 diff --git a/ld/ld.texinfo b/ld/ld.texinfo index d7673fd..87dd202 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -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.