X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libiberty%2Fcp-demangle.h;h=943a3ef478e5f7fd4c2e229b8622f518abc92925;hb=0a50df5dabfe12c8bf20f4f724622ff38ef7828b;hp=197883e25602f4d8d506de50c6b5d6f800babc97;hpb=d81bf7ddc2ad497037fbfde5d15cfa8d81a9e959;p=thirdparty%2Fbinutils-gdb.git diff --git a/libiberty/cp-demangle.h b/libiberty/cp-demangle.h index 197883e2560..943a3ef478e 100644 --- a/libiberty/cp-demangle.h +++ b/libiberty/cp-demangle.h @@ -1,6 +1,5 @@ /* Internal demangler interface for g++ V3 ABI. - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2010 - Free Software Foundation, Inc. + Copyright (C) 2003-2020 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of the libiberty library, which is part of GCC. @@ -112,10 +111,6 @@ struct d_info int next_sub; /* The number of available entries in the subs array. */ int num_subs; - /* The number of substitutions which we actually made from the subs - array, plus the number of template parameter references we - saw. */ - int did_subs; /* The last name we saw, for constructors and destructors. */ struct demangle_component *last_name; /* A running total of the length of large expansions from the @@ -127,6 +122,9 @@ struct d_info /* Non-zero if we are parsing the type operand of a conversion operator, but not when in an expression. */ int is_conversion; + /* If DMGL_NO_RECURSE_LIMIT is not active then this is set to + the current recursion level. */ + unsigned int recursion_level; }; /* To avoid running past the ending '\0', don't: @@ -178,7 +176,7 @@ d_advance (struct d_info *di, int i) extern const struct demangle_operator_info cplus_demangle_operators[]; #endif -#define D_BUILTIN_TYPE_COUNT (33) +#define D_BUILTIN_TYPE_COUNT (34) CP_STATIC_IF_GLIBCPP_V3 const struct demangle_builtin_type_info