From: Hannes Domani Date: Wed, 20 Apr 2022 20:02:27 +0000 (+0200) Subject: PDB: Increase maximum number of "aclass" registrations X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Fusers%2Fssbssa%2Fpdb-reader-preview;p=thirdparty%2Fbinutils-gdb.git PDB: Increase maximum number of "aclass" registrations --- diff --git a/gdb/symtab.c b/gdb/symtab.c index 3cc2d4f8648..6dca6d070f0 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -6480,7 +6480,7 @@ static int next_aclass_value = LOC_FINAL_VALUE; /* The maximum number of "aclass" registrations we support. This is constant for convenience. */ -#define MAX_SYMBOL_IMPLS (LOC_FINAL_VALUE + 10) +#define MAX_SYMBOL_IMPLS (LOC_FINAL_VALUE + 16) /* The objects representing the various "aclass" values. The elements from 0 up to LOC_FINAL_VALUE-1 represent themselves, and subsequent