2003-05-31 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sat, 31 May 2003 15:17:05 +0000 (15:17 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 31 May 2003 15:17:05 +0000 (15:17 +0000)
commit25ab47902d12c8ffca6ab50b2b17151f1d86ce9b
treec0ff500efe4cabeb923e8bde00c7b4dce048ac0a
parent6a65450a7c2eb58268a274726106cf8b1ca0aaa9
2003-05-31  Andrew Cagney  <cagney@redhat.com>

* mips-tdep.c (mips_gdbarch_init): Do not set the deprecated
architecture methods call_dummy_words, sizeof_call_dummy_words,
push_return_address, store_struct_return, and fix_call_dummy.  Set
push_dummy_call instead of deprecated_push_arguments.
(mips_store_struct_return): Delete function.
(mips_fix_call_dummy): Delete function.
(mips_push_return_address): Delete function.
(mips_eabi_push_dummy_call): Replace mips_eabi_push_arguments, set
RA_REGNUM and T9_REGNUM.
(mips_n32n64_push_dummy_call): Ditto for
mips_n32n64_push_arguments.
(mips_o32_push_dummy_call): Ditto for mips_o32_push_arguments.
(mips_o64_push_dummy_call): Ditto for mips_o64_push_arguments.
gdb/ChangeLog
gdb/mips-tdep.c