* h8300-tdep.c (h8300_push_arguments): Remove. Substitute by...
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 16 Jun 2003 19:40:51 +0000 (19:40 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 16 Jun 2003 19:40:51 +0000 (19:40 +0000)
commit63d47a7dccd1967c17ed12a2d585e48ca26d16bc
tree9b07b248698b4e7ab18c3b03ca0a7e7fdd969d1d
parent4bb1dc5eb230ed5e566100dcb688492b77cde974
* h8300-tdep.c (h8300_push_arguments): Remove.  Substitute by...
(h8300_push_dummy_call): ...this function.  Some minor optimization.
(h8300_push_return_address): Remove.
(h8300_gdbarch_init): Remove calls to
set_gdbarch_deprecated_dummy_write_sp,
set_gdbarch_deprecated_push_arguments and
set_gdbarch_deprecated_push_return_address.
Add call to set_gdbarch_push_dummy_call.
gdb/ChangeLog
gdb/h8300-tdep.c