]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/symtab.c
Bump MAX_SYMBOL_IMPLS
authorTom Tromey <tromey@adacore.com>
Mon, 19 Dec 2022 19:20:01 +0000 (12:20 -0700)
committerTom Tromey <tromey@adacore.com>
Fri, 12 May 2023 19:25:28 +0000 (13:25 -0600)
commit658d5e0c6184a4f07f40c6d4d1aacfdeafd44d6a
treecea94f9817034d9fd6b2a1495c06f2aa8ad9c6d5
parent47ef0ac717f93b330dc475647f069bf64f7da862
Bump MAX_SYMBOL_IMPLS

A subsequent patch will introduce more aclass registrations, causing
the number to go over the current maximum.  This bumps the number.
Note that there's a separate static assert that ensures that this
number doesn't get too large for the field size in the symbol.
gdb/symtab.c