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:
parent
9a1dd1ad41
commit
fc720350ee
@ -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
|
||||
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user