aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2005-05-25 16:29:54 -0700
committerRichard Henderson <rth@gcc.gnu.org>2005-05-25 16:29:54 -0700
commit15da280693e0d0404244096d777c74d684033ec2 (patch)
treed165fdbe45478f2cbdbec944346c757e51b525b3 /include/ChangeLog
parenteb2925b676cb88c2c28b5bf7484fb432f709ce88 (diff)
downloadgcc-15da280693e0d0404244096d777c74d684033ec2.zip
gcc-15da280693e0d0404244096d777c74d684033ec2.tar.gz
gcc-15da280693e0d0404244096d777c74d684033ec2.tar.bz2
demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
include/ * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New. libiberty/ * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_HIDDEN_ALIAS. (d_make_comp, d_print_comp): Likewise. (d_special_name): Generate one. * testsuite/demangle-expected: Add a hidden alias test. From-SVN: r100174
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 5265c31..e7eb8e0 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-25 Richard Henderson <rth@redhat.com>
+
+ * demangle.h (DEMANGLE_COMPONENT_HIDDEN_ALIAS): New.
+
2005-05-24 Gabriel Dos Reis <gdr@integrable-solutions.net>
* libiberty.h (ACONCAT): Properly cast value of alloca().