mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
Replace calls to abort() with calls to internal_error().
This commit is contained in:
@ -2943,7 +2943,7 @@ parse_partial_symbols (struct objfile *objfile)
|
||||
CORE_ADDR svalue;
|
||||
|
||||
if (ext_ptr->ifd != f_idx)
|
||||
abort ();
|
||||
internal_error (__FILE__, __LINE__, "failed internal consistency check");
|
||||
psh = &ext_ptr->asym;
|
||||
|
||||
/* Do not add undefined symbols to the partial symbol table. */
|
||||
|
Reference in New Issue
Block a user