diff options
author | Richard Henderson <rth@redhat.com> | 2005-05-25 16:29:54 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2005-05-25 16:29:54 -0700 |
commit | 15da280693e0d0404244096d777c74d684033ec2 (patch) | |
tree | d165fdbe45478f2cbdbec944346c757e51b525b3 /libiberty/testsuite | |
parent | eb2925b676cb88c2c28b5bf7484fb432f709ce88 (diff) | |
download | gcc-15da280693e0d0404244096d777c74d684033ec2.tar.gz |
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 'libiberty/testsuite')
-rw-r--r-- | libiberty/testsuite/demangle-expected | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/testsuite/demangle-expected b/libiberty/testsuite/demangle-expected index d38ce33c830..f8e402d01bd 100644 --- a/libiberty/testsuite/demangle-expected +++ b/libiberty/testsuite/demangle-expected @@ -3771,3 +3771,7 @@ _Z1ZZ2Z::__CPR212____ct__Q3_3std141list__tm__128_Q2_3edm41THandle__tm__26_Q2_4em _test_array__L_1__B23b___clean.6 _test_array__L_1__B23b___clean.6 _test_array__L_1__B23b___clean.6 +# +--format=java +_ZGAN4java4lang5Class7forNameEPNS0_6StringE +hidden alias for java.lang.Class.forName(java.lang.String) |