OSDN Git Service

* config/mips/linux.mh (TDEP_XML): New.
authordrow <drow>
Wed, 13 Jun 2007 18:47:58 +0000 (18:47 +0000)
committerdrow <drow>
Wed, 13 Jun 2007 18:47:58 +0000 (18:47 +0000)
commitc7be496edecfda840803ee0d4f813c6a16cbfb77
tree1b1ba4a8838c827ba15eff805e8f15d8eb09bf05
parent5eecb8f89fe348be6069edea094c39cfe012b3b9
* config/mips/linux.mh (TDEP_XML): New.
* features/mips-linux.xml, features/mips64-linux.xml: New files.
* mips-linux-nat.c (mips_linux_register_addr): Handle
MIPS_RESTART_REGNUM.
(mips64_linux_register_addr): Likewise.
(super_xfer_partial, mips_linux_xfer_partial): New.
(_initialize_mips_linux_nat): Add them to the target_ops.
* mips-linux-tdep.c (mips_supply_gregset): Handle MIPS_RESTART_REGNUM.
(mips_fill_gregset, mips64_supply_gregset, mips64_fill_gregset)
(mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Likewise.
(mips_linux_write_pc, mips_linux_restart_reg_p): New.
(mips_linux_init_abi): Use mips_linux_write_pc.  Check for the
"org.gnu.gdb.mips.linux" feature.
* mips-linux-tdep.h (MIPS_RESTART_REGNUM): New constant.
(mips_linux_restart_reg_p): New prototype.
* mips-tdep.c (mips_gdbarch_init): Pass tdesc_data to the OS/ABI
initialization routine.
* Makefile.in (mips-linux-tdep.o, mips-linux-nat.o): Update.

* gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
gdb/ChangeLog
gdb/Makefile.in
gdb/config/mips/linux.mh
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/features/mips-linux.xml [new file with mode: 0644]
gdb/features/mips64-linux.xml [new file with mode: 0644]
gdb/mips-linux-nat.c
gdb/mips-linux-tdep.c
gdb/mips-linux-tdep.h
gdb/mips-tdep.c