diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-11-14 19:29:46 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-11-14 19:29:46 +0000 |
commit | 2fdf551c88da3164d30fba19ea807196f96ff69c (patch) | |
tree | 960463436acd6bec56c9a94aaf379f54b8d85d7f /gdb/Makefile.in | |
parent | 98754800c6c7fb22d8fe07298ee5374a17098d33 (diff) | |
download | gdb-2fdf551c88da3164d30fba19ea807196f96ff69c.zip gdb-2fdf551c88da3164d30fba19ea807196f96ff69c.tar.gz gdb-2fdf551c88da3164d30fba19ea807196f96ff69c.tar.bz2 |
* Makefile.in (mips-linux-tdep.o): Update dependencies.
* mips-linux-tdep.c: Include "regcache.h".
(fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 7e148c5..295f9ae 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2234,7 +2234,8 @@ mips-irix-tdep.o: mips-irix-tdep.c $(defs_h) $(osabi_h) $(elf_bfd_h) mips-linux-nat.o: mips-linux-nat.c $(defs_h) $(mips_tdep_h) mips-linux-tdep.o: mips-linux-tdep.c $(defs_h) $(gdbcore_h) $(target_h) \ $(solib_svr4_h) $(osabi_h) $(mips_tdep_h) $(gdb_string_h) \ - $(gdb_assert_h) $(frame_h) $(trad_frame_h) $(tramp_frame_h) + $(gdb_assert_h) $(frame_h) $(regcache_h) $(trad_frame_h) \ + $(tramp_frame_h) mips-mdebug-tdep.o: mips-mdebug-tdep.c $(defs_h) $(frame_h) $(mips_tdep_h) \ $(trad_frame_h) $(block_h) $(symtab_h) $(objfiles_h) $(elf_mips_h) \ $(elf_bfd_h) $(gdb_assert_h) $(frame_unwind_h) $(frame_base_h) \ |