diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-08 04:20:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-08 04:20:57 +0000 |
commit | 480d3dd25be4a44e74f1678d7ac8ca141dfac752 (patch) | |
tree | 87744c01e6c07ebe97bed2bb537374ab38d6550e /gdb/ChangeLog | |
parent | ec03c1ac33931918d82be8d4325adb9901bb6bd0 (diff) | |
download | gdb-480d3dd25be4a44e74f1678d7ac8ca141dfac752.zip gdb-480d3dd25be4a44e74f1678d7ac8ca141dfac752.tar.gz gdb-480d3dd25be4a44e74f1678d7ac8ca141dfac752.tar.bz2 |
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c8ab113..15270d8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,25 @@ 2004-01-07 Andrew Cagney <cagney@redhat.com> + * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro. + (mips_mask_address_p): Add "tdep" parameter. + (show_mask_address, mips_addr_bits_remove): Update. + (mips_dump_tdep): Update. + (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro. + (MIPS_STACK_ARGSIZE): Delete macro. + (mips_stack_argsize, mips_eabi_push_dummy_call): Update. + (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update. + (mips_o64_push_dummy_call, mips_o32_return_value): Update. + (mips_dump_tdep): Update. + (MIPS_SAVED_REGSIZE): Delete macro. + (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro. + (mips_saved_regsize, mips_eabi_use_struct_convention): Update. + (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update. + (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update. + (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update. + (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update. + (mips_pop_frame, return_value_location): Update. + (mips_n32n64_return_value, mips_dump_tdep): Update. + * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the MIPS ABI. |