Replace calls to abort() with calls to internal_error().

This commit is contained in:
Kevin Buettner
2001-02-25 04:45:12 +00:00
parent d95767bf85
commit e1e9e218c1
38 changed files with 123 additions and 74 deletions

View File

@ -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. */