aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-05-24 00:17:03 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-05-24 00:17:03 +0000
commit168fc8bda14e2ec24c17d19630cec29fc646ed2f (patch)
tree527da2347ddf1e378c140f3f59e5ef9861426ff6 /libiberty
parentf1a80c05db8b08e71741bae8170f9e77e94bfc35 (diff)
downloadgcc-168fc8bda14e2ec24c17d19630cec29fc646ed2f.zip
gcc-168fc8bda14e2ec24c17d19630cec29fc646ed2f.tar.gz
gcc-168fc8bda14e2ec24c17d19630cec29fc646ed2f.tar.bz2
Daily bump.
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 455dbba..7d07c0b 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,14 @@
+2022-05-23 Nathan Sidwell <nathan@acm.org>
+
+ * cp-demangle.c (d_make_comp): Adjust.
+ (d_name, d_prefix): Adjust subst handling. Add module handling.
+ (d_maybe_module_name): New.
+ (d_unqualified_name): Add incoming module parm. Handle it. Adjust all callers.
+ (d_special_name): Add 'GI' support.
+ (d_count_template_scopes): Adjust.
+ (d_print_comp_inner): Print module.
+ * testsuite/demangle-expected: New test cases
+
2022-05-18 Nathan Sidwell <nathan@acm.org>
* cp-demangle.c (d_name): Add SUBSTABLE parameter,