summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2011-09-23 22:21:36 +0000
committerDJ Delorie <dj@redhat.com>2011-09-23 22:21:36 +0000
commit7955ede528e6b989ed6a600464b44145af0abed2 (patch)
tree3a2f064a8ecd8ce8da56daaf07356daa0ba96bb3 /include
parent634e4f4ff80a302d103a4516b6921039d7af7688 (diff)
merge from gcc
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog6
-rw-r--r--include/demangle.h4
2 files changed, 9 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 1a4680ed23..fb7285a658 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,9 @@
+2011-09-23 Cary Coutant <ccoutant@google.com>
+
+ PR 40831
+ * demangle.h (enum demangle_component_type): Add
+ DEMANGLE_COMPONENT_CLONE.
+
2011-09-15 H.J. Lu <hongjiu.lu@intel.com>
PR ld/12975
diff --git a/include/demangle.h b/include/demangle.h
index 53f6c54f52..960e88e0f2 100644
--- a/include/demangle.h
+++ b/include/demangle.h
@@ -402,7 +402,9 @@ enum demangle_component_type
/* An unnamed type. */
DEMANGLE_COMPONENT_UNNAMED_TYPE,
/* A pack expansion. */
- DEMANGLE_COMPONENT_PACK_EXPANSION
+ DEMANGLE_COMPONENT_PACK_EXPANSION,
+ /* A cloned function. */
+ DEMANGLE_COMPONENT_CLONE
};
/* Types which are only used internally. */