mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
* c-exp.y: sym->class to SYMBOL_CLASS (sym).
* dbxread.c (dbx_lookup_type): Keep doubling size of typevector until it is large enough.
This commit is contained in:
@ -626,7 +626,7 @@ dbx_lookup_type (typenums)
|
||||
{
|
||||
/* Type is defined outside of header files.
|
||||
Find it in this object file's type vector. */
|
||||
if (index >= type_vector_length)
|
||||
while (index >= type_vector_length)
|
||||
{
|
||||
type_vector_length *= 2;
|
||||
type_vector = (struct typevector *)
|
||||
|
Reference in New Issue
Block a user