OSDN Git Service

2002-08-19 Michael Snyder <msnyder@redhat.com>
authormsnyder <msnyder>
Tue, 20 Aug 2002 21:58:43 +0000 (21:58 +0000)
committermsnyder <msnyder>
Tue, 20 Aug 2002 21:58:43 +0000 (21:58 +0000)
commit69e330a2b9b92f705623aa1c9ee4ef9003b0d14b
treecfa3ce98b7fc9d4c6d8e1857d4b9658669fe098a
parente22f8af58cce030b6caf14b11ff7b83b7aea4212
2002-08-19  Michael Snyder  <msnyder@redhat.com>

* config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
(MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
(FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
(CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
CALL_DUMMY_ADDRESS): Delete.
* mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
mips_msymbol_is_special, mips_fix_call_dummy): New functions.
(mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
push_dummy_frame, fix_call_dummy, init_extra_frame_info,
push_return_address.
(mips_register_raw_size, mips_eabi_use_struct_convention,
mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
mips_init_extra_frame_info, mips_eabi_push_arguments,
mips_n32n64_push_arguments, mips_push_return_address,
mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
gdb/ChangeLog
gdb/config/mips/tm-mips.h
gdb/mips-tdep.c