diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-10-30 21:40:48 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-10-30 21:40:48 +0000 |
commit | d1180b0f305684a9ee6fcf1e362f61df20bdae75 (patch) | |
tree | 4c0df5787ade7e36a844d0dd4fac903ccfaa3145 /gdb/Makefile.in | |
parent | ceb41096a895f6f4cf08f9d9d5cb05fb6ab01be6 (diff) | |
download | gdb-d1180b0f305684a9ee6fcf1e362f61df20bdae75.zip gdb-d1180b0f305684a9ee6fcf1e362f61df20bdae75.tar.gz gdb-d1180b0f305684a9ee6fcf1e362f61df20bdae75.tar.bz2 |
* mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
(MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
(MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
(fetch_core_registers, fetch_elfcore_registers): Remove functions.
(mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
(mipsnbsd_core_osabi_sniffer): New function.
(mipsnbsd_init_abi): Set regset_from_core_section.
(_initialize_mipsnbsd_tdep): Remove calls to
deprecated_add_core_fns.
(mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
(mipsnbsd_regset_from_core_section): New functions.
(mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
* Makefile.in (mipsnbsd-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 108785c..22e44c7 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2246,8 +2246,9 @@ mips-mdebug-tdep.o: mips-mdebug-tdep.c $(defs_h) $(frame_h) $(mips_tdep_h) \ mipsnbsd-nat.o: mipsnbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ $(mips_tdep_h) $(mipsnbsd_tdep_h) mipsnbsd-tdep.o: mipsnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \ - $(target_h) $(value_h) $(osabi_h) $(gdb_string_h) $(nbsd_tdep_h) \ - $(mipsnbsd_tdep_h) $(mips_tdep_h) $(solib_svr4_h) + $(regset_h) $(target_h) $(value_h) $(osabi_h) $(gdb_assert_h) \ + $(gdb_string_h) $(nbsd_tdep_h) $(mipsnbsd_tdep_h) $(mips_tdep_h) \ + $(solib_svr4_h) mipsread.o: mipsread.c $(defs_h) $(gdb_string_h) $(bfd_h) $(symtab_h) \ $(objfiles_h) $(buildsym_h) $(stabsread_h) $(coff_sym_h) \ $(coff_internal_h) $(coff_ecoff_h) $(libcoff_h) $(libecoff_h) \ |