diff options
author | DJ Delorie <dj@redhat.com> | 2009-07-17 20:20:39 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-07-17 20:20:39 +0000 |
commit | 031cd59b641f9ecf988230e162f06ca2faac93cd (patch) | |
tree | 0393c1f67ecd24353306a1c12addcef6987bd6f8 /include/demangle.h | |
parent | 486a2c9610f181a554686cc6f752865f40e5f08e (diff) | |
download | newlib-031cd59b641f9ecf988230e162f06ca2faac93cd.zip newlib-031cd59b641f9ecf988230e162f06ca2faac93cd.tar.gz newlib-031cd59b641f9ecf988230e162f06ca2faac93cd.tar.bz2 |
merge from gcc
Diffstat (limited to 'include/demangle.h')
-rw-r--r-- | include/demangle.h | 4 |
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 }; |