From 3e46147824f93178085761c4c396797805390a0a Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 8 Feb 2007 10:39:19 +0000 Subject: * sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h". * Makefile.in (sparcnbsd-tdep.o): Update dependencies. --- gdb/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdb/Makefile.in') diff --git a/gdb/Makefile.in b/gdb/Makefile.in index f9b9827..0a0f477 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2721,8 +2721,8 @@ sparc-nat.o: sparc-nat.c $(defs_h) $(inferior_h) $(regcache_h) $(target_h) \ $(sparc_nat_h) $(inf_ptrace_h) sparcnbsd-nat.o: sparcnbsd-nat.c $(defs_h) $(regcache_h) $(target_h) \ $(sparc_tdep_h) $(sparc_nat_h) $(bsd_kvm_h) -sparcnbsd-tdep.o: sparcnbsd-tdep.c $(defs_h) $(floatformat_h) $(frame_h) \ - $(frame_unwind_h) $(gdbcore_h) $(osabi_h) $(regcache_h) $(regset_h) \ +sparcnbsd-tdep.o: sparcnbsd-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \ + $(gdbcore_h) $(gdbtypes_h) $(osabi_h) $(regcache_h) $(regset_h) \ $(solib_svr4_h) $(symtab_h) $(trad_frame_h) $(gdb_assert_h) \ $(gdb_string_h) $(sparc_tdep_h) $(nbsd_tdep_h) sparcobsd-tdep.o: sparcobsd-tdep.c $(defs_h) $(floatformat_h) $(frame_h) \ -- cgit v1.1