summaryrefslogtreecommitdiff
path: root/include/demangle.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2012-11-11 22:37:19 +0000
committerDJ Delorie <dj@delorie.com>2012-11-11 22:37:19 +0000
commit20ae70ff1aa924615d33d6d0995e47faf75937a4 (patch)
treec4a1d6edc08baf1f06fee2f3e1835a0a9107bcea /include/demangle.h
parent38fbb0d168f6c0fc223b9f8eea24a31400d6e05a (diff)
downloadbinutils-redhat-20ae70ff1aa924615d33d6d0995e47faf75937a4.tar.gz
merge from gcc
Diffstat (limited to 'include/demangle.h')
-rw-r--r--include/demangle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/demangle.h b/include/demangle.h
index 5da79d8522..ed01950039 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -420,6 +420,8 @@ enum demangle_component_type
DEMANGLE_COMPONENT_NONTRANSACTION_CLONE,
/* A pack expansion. */
DEMANGLE_COMPONENT_PACK_EXPANSION,
+ /* A name with an ABI tag. */
+ DEMANGLE_COMPONENT_TAGGED_NAME,
/* A cloned function. */
DEMANGLE_COMPONENT_CLONE
};