aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
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 bd23e15..2d4e609 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>