aboutsummaryrefslogtreecommitdiff
path: root/include/demangle.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2005-05-25 23:32:36 +0000
committerRichard Henderson <rth@redhat.com>2005-05-25 23:32:36 +0000
commit839e4798b0010a49ddfe64ad3433a538668b96ef (patch)
tree20c5840905917092e754bddfdd4b240c032cbb05 /include/demangle.h
parent308da68f566ce4c336ac0207fa22b64074d6bb89 (diff)
downloadfsf-binutils-gdb-839e4798b0010a49ddfe64ad3433a538668b96ef.zip
fsf-binutils-gdb-839e4798b0010a49ddfe64ad3433a538668b96ef.tar.gz
fsf-binutils-gdb-839e4798b0010a49ddfe64ad3433a538668b96ef.tar.bz2
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.
Diffstat (limited to 'include/demangle.h')
-rw-r--r--include/demangle.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/demangle.h b/include/demangle.h
index 944a951..304a4c4 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -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,