aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-10-24 23:07:12 +0000
committerAlan Modra <amodra@gmail.com>2005-10-24 23:07:12 +0000
commit4f9c04f7630bb043b6aff2231f73bb5ae19202b5 (patch)
tree15d66d98477eafba269760288fb5cceeb67103ee
parent57d975e1917621042d20f54bd34db8434cc9e1c4 (diff)
downloadgdb-4f9c04f7630bb043b6aff2231f73bb5ae19202b5.zip
gdb-4f9c04f7630bb043b6aff2231f73bb5ae19202b5.tar.gz
gdb-4f9c04f7630bb043b6aff2231f73bb5ae19202b5.tar.bz2
* ld.texinfo (--reduce-memory-overheads): Fix typo.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ld.texinfo2
2 files changed, 5 insertions, 1 deletions
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 <cdmetcalf@comcast.net>
+
+ * ld.texinfo (--reduce-memory-overheads): Fix typo.
+
2005-10-23 H.J. Lu <hongjiu.lu@intel.com>
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.