2004-06-10 Andrew Cagney <cagney@gnu.org>

* mn10300-tdep.c (mn10300_type_align): Call internal_error instead
	of abort.
This commit is contained in:
Andrew Cagney 2004-06-10 17:49:50 +00:00
parent 9a1dd1ad41
commit fc720350ee
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2004-06-10 Andrew Cagney <cagney@gnu.org>
* mn10300-tdep.c (mn10300_type_align): Call internal_error instead
of abort.
* ns32k-tdep.c (ns32k_push_arguments): New function.
(ns32k_gdbarch_init): Set deprecated_push_arguments.
* infcall.c (call_function_by_hand): Call error instead of

View File

@ -246,7 +246,7 @@ mn10300_type_align (struct type *type)
return mn10300_type_align (check_typedef (type));
default:
abort ();
internal_error (__FILE__, __LINE__, "bad switch");
}
}