aboutsummaryrefslogtreecommitdiff
path: root/include/demangle.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-07-17 20:20:45 +0000
committerDJ Delorie <dj@redhat.com>2009-07-17 20:20:45 +0000
commitd5031754345b15e04f190fe21026b988f1dd41cc (patch)
tree0b51f5e07dcefdc20c5c6f8159cd3867ed6381c0 /include/demangle.h
parentbc0844aee76db3dd663d7776e257a0fd15330d0e (diff)
downloadfsf-binutils-gdb-d5031754345b15e04f190fe21026b988f1dd41cc.zip
fsf-binutils-gdb-d5031754345b15e04f190fe21026b988f1dd41cc.tar.gz
fsf-binutils-gdb-d5031754345b15e04f190fe21026b988f1dd41cc.tar.bz2
merge from gcc
Diffstat (limited to 'include/demangle.h')
-rw-r--r--include/demangle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/demangle.h b/include/demangle.h
index eb39c7c..0bcae2f 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -377,6 +377,10 @@ enum demangle_component_type
DEMANGLE_COMPONENT_CHARACTER,
/* A decltype type. */
DEMANGLE_COMPONENT_DECLTYPE,
+ /* Global constructors keyed to name. */
+ DEMANGLE_COMPONENT_GLOBAL_CONSTRUCTORS,
+ /* Global destructors keyed to name. */
+ DEMANGLE_COMPONENT_GLOBAL_DESTRUCTORS,
/* A pack expansion. */
DEMANGLE_COMPONENT_PACK_EXPANSION
};