]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
PDB: Increase maximum number of "aclass" registrations users/ssbssa/pdb-reader-preview
authorHannes Domani <ssbssa@yahoo.de>
Wed, 20 Apr 2022 20:02:27 +0000 (22:02 +0200)
committerHannes Domani <ssbssa@yahoo.de>
Wed, 20 Apr 2022 20:03:36 +0000 (22:03 +0200)
gdb/symtab.c

index 3cc2d4f8648cf1ce4479af5f3fdc1112f9e8aea2..6dca6d070f05225b33d9d76826c05c7feff286cc 100644 (file)
@@ -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