X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fdemangle.h;h=12f51cab3580d2dacb6137213fc3ae00dd3c1f16;hb=a4ddf8dc72f0ac10c3459a91949eb1bdb07ed10d;hp=3e1d95cc5a3be1505750c675137dfb237d1af1e1;hpb=4d17eaece8b31e642acaf4d77fe961ad8e3aaf50;p=deliverable%2Fbinutils-gdb.git diff --git a/include/demangle.h b/include/demangle.h index 3e1d95cc5a..12f51cab35 100644 --- a/include/demangle.h +++ b/include/demangle.h @@ -449,7 +449,9 @@ enum demangle_component_type /* A transaction-safe function type. */ DEMANGLE_COMPONENT_TRANSACTION_SAFE, /* A cloned function. */ - DEMANGLE_COMPONENT_CLONE + DEMANGLE_COMPONENT_CLONE, + DEMANGLE_COMPONENT_NOEXCEPT, + DEMANGLE_COMPONENT_THROW_SPEC }; /* Types which are only used internally. */