summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Domani <ssbssa@yahoo.de>2022-04-20 22:02:27 +0200
committerHannes Domani <ssbssa@yahoo.de>2022-04-20 22:03:36 +0200
commit80f0e38f118655c2e48d22705500248ad7d70b74 (patch)
treea4d839faac7ceb0bf7f317b5d0096eeabc10a935
parent30605047d3e21dbf689f38ae1b88f9ff63e83844 (diff)
downloadbinutils-gdb-users/ssbssa/pdb-reader-preview.tar.gz
PDB: Increase maximum number of "aclass" registrationsusers/ssbssa/pdb-reader-preview
-rw-r--r--gdb/symtab.c2
1 files changed, 1 insertions, 1 deletions
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