OSDN Git Service

2004-10-30 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Sat, 30 Oct 2004 20:26:26 +0000 (20:26 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 30 Oct 2004 20:26:26 +0000 (20:26 +0000)
commitcf6ddf3569b3bd60b37817041fe231eef4616f75
treec3f07b3b1da6f1e5881081a0a43217a1c8a35721
parentc55245bc1188c1553f741a69b9f42ac4031fa8ed
2004-10-30  Andrew Cagney  <cagney@gnu.org>

* config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
* mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
* mips-tdep.c (mips_mdebug_frame_cache)
(mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
(mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
(mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
(mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
(compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
(mips_gdbarch_init): Do not append mdebug sniffers.
(PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
(PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
(PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
(PROC_SYMBOL, _PROC_MAGIC_): Delete.
* Makefile.in: Update dependencies.
gdb/ChangeLog
gdb/Makefile.in
gdb/config/mips/embed.mt
gdb/mips-mdebug-tdep.c [new file with mode: 0644]
gdb/mips-mdebug-tdep.h [new file with mode: 0644]
gdb/mips-tdep.c