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.
This commit is contained in:
parent
09731f7fbc
commit
dce76d2b39
@ -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().
|
||||
|
@ -239,6 +239,9 @@ enum demangle_component_type
|
||||
/* A reference temporary. This has one subtree, the name for which
|
||||
this is a temporary. */
|
||||
DEMANGLE_COMPONENT_REFTEMP,
|
||||
/* A hidden alias. This has one subtree, the encoding for which it
|
||||
is providing alternative linkage. */
|
||||
DEMANGLE_COMPONENT_HIDDEN_ALIAS,
|
||||
/* A standard substitution. This holds the name of the
|
||||
substitution. */
|
||||
DEMANGLE_COMPONENT_SUB_STD,
|
||||
|
Loading…
Reference in New Issue
Block a user