diff options
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index 4e1a51895d5..a65dbc8cc1e 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -2202,7 +2202,7 @@ process_one_symbol (int type, int desc, CORE_ADDR valu, char *name, case N_ROSYM: goto case_N_ROSYM; default: - abort (); + internal_error (__FILE__, __LINE__, "failed internal consistency check"); } } |