diff options
author | DJ Delorie <dj@redhat.com> | 2011-09-23 22:21:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2011-09-23 22:21:28 +0000 |
commit | 9a2873437e3a0fd4bb10287c044aa68ecaef722b (patch) | |
tree | f7067081ea7cf17c1732e01d57dc747e16ad2839 /include/demangle.h | |
parent | 7661a752ca8b830ec6f518dab08edb16646c03ff (diff) | |
download | newlib-9a2873437e3a0fd4bb10287c044aa68ecaef722b.zip newlib-9a2873437e3a0fd4bb10287c044aa68ecaef722b.tar.gz newlib-9a2873437e3a0fd4bb10287c044aa68ecaef722b.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/demangle.h')
-rw-r--r-- | include/demangle.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/demangle.h b/include/demangle.h index 53f6c54..960e88e 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. */ |