aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2024-04-03 00:17:29 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2024-04-03 00:17:29 +0000
commita1e6798acfaf1356692bcb81f3186ee6a3deb22e (patch)
tree901c8ad8ddaf5eb6bc255e3fb9359e45c2c3e7ab /libiberty/ChangeLog
parent1bafa6a3fdbb53651ffa5d854c2341c487bf3269 (diff)
downloadgcc-a1e6798acfaf1356692bcb81f3186ee6a3deb22e.zip
gcc-a1e6798acfaf1356692bcb81f3186ee6a3deb22e.tar.gz
gcc-a1e6798acfaf1356692bcb81f3186ee6a3deb22e.tar.bz2
Daily bump.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 868f799..cdcd4b3 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,16 @@
+2024-04-02 Tom Tromey <tom@tromey.com>
+
+ * cplus-dem.c (cplus_demangle): Try the D demangler with
+ "auto" format.
+ * testsuite/d-demangle-expected: Add --format=auto test.
+
+2024-04-02 Jakub Jelinek <jakub@redhat.com>
+
+ * regex.c (byte_re_match_2_internal): Fix duplicated words in comment;
+ next next -> next.
+ * dyn-string.c (dyn_string_init): Fix duplicated words in comment;
+ of of -> of.
+
2024-02-19 Iain Sandoe <iain@sandoe.co.uk>
PR other/113957