From 25ab47902d12c8ffca6ab50b2b17151f1d86ce9b Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 31 May 2003 15:17:05 +0000 Subject: 2003-05-31 Andrew Cagney * 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 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8dc2ca5..cd15457 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,21 @@ 2003-05-31 Andrew Cagney + * 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. + +2003-05-31 Andrew Cagney + * gdbarch.sh (PUSH_DUMMY_CALL): Add "func_addr" parameter. Rename "dummy_addr" to "bp_addr". * infcall.c (call_function_by_hand): Pass "funaddr" to -- cgit v1.1