summaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@gmail.com>2021-03-19 15:29:49 -0700
committerCary Coutant <ccoutant@gmail.com>2021-03-19 15:29:49 -0700
commitcc1849716f5c217a38ee416b48da1914a8ab66cb (patch)
tree7aa82a507ca742fa3d728c125cde1efdff242f9e /gold/ChangeLog
parent9331846e44b34c985017264ee58a31b8bf2d5742 (diff)
downloadbinutils-gdb-cc1849716f5c217a38ee416b48da1914a8ab66cb.tar.gz
Fix typo in previous patch: should use struct mallinfo2.
PR gold/26585 * main.cc (main): Fix typo in previous patch.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index bd23e151d3c..2d4e6092a27 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,8 +1,14 @@
-2021-03-19 Duncan Simpson <dr.duncan.p.simpson@gmail.com>
+2021-03-19 Cary Coutant <ccoutant@gmail.com>
+
+ PR gold/26585
+ * main.cc (main): Fix typo in previous patch.
+
+2021-03-19 Duncan Simpson <dr.duncan.p.simpson@gmail.com>
PR gold/26585
* configure.ac: Add check for mallinfo2.
* configure: Regenerate.
+ * config.in: Regenerate from previous commit.
* main.cc (main): Use mallinfo2 if available.
2021-03-19 Cary Coutant <ccoutant@gmail.com>