aboutsummaryrefslogtreecommitdiff
path: root/include/demangle.h
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2012-11-11 22:37:30 +0000
committerDJ Delorie <dj@redhat.com>2012-11-11 22:37:30 +0000
commit1f3de044c6f615326d31ba878dfcd7fdeee7765f (patch)
tree0e7296835b8a04a3aab59bd6b4948e3bbaa9c8fb /include/demangle.h
parent416a7dc4fa68b662ae8b8687bb40dc28094266e2 (diff)
downloadgdb-1f3de044c6f615326d31ba878dfcd7fdeee7765f.zip
gdb-1f3de044c6f615326d31ba878dfcd7fdeee7765f.tar.gz
gdb-1f3de044c6f615326d31ba878dfcd7fdeee7765f.tar.bz2
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 5da79d8..ed01950 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
};