From 4f9c04f7630bb043b6aff2231f73bb5ae19202b5 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 24 Oct 2005 23:07:12 +0000 Subject: [PATCH] * ld.texinfo (--reduce-memory-overheads): Fix typo. --- ld/ChangeLog | 4 ++++ ld/ld.texinfo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.7.4