aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2007-02-08 10:39:19 +0000
committerMark Kettenis <kettenis@gnu.org>2007-02-08 10:39:19 +0000
commit3e46147824f93178085761c4c396797805390a0a (patch)
tree80b90a795b65d6bd8f8d6f016dc863828d308c27
parent9a65c8e38e06537f2ec2f738fc2c2c7c5ccd09d5 (diff)
downloadgdb-3e46147824f93178085761c4c396797805390a0a.zip
gdb-3e46147824f93178085761c4c396797805390a0a.tar.gz
gdb-3e46147824f93178085761c4c396797805390a0a.tar.bz2
* sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
* Makefile.in (sparcnbsd-tdep.o): Update dependencies.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/Makefile.in4
-rw-r--r--gdb/sparcnbsd-tdep.c2
3 files changed, 8 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7592d69..a82cdfd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2007-02-08 Mark Kettenis <kettenis@gnu.org>
+
+ * sparcnbsd-tdep.c: Include "gdbtypes.h" instead of "floatformat.h".
+ * Makefile.in (sparcnbsd-tdep.o): Update dependencies.
+
2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
* xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
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) \
diff --git a/gdb/sparcnbsd-tdep.c b/gdb/sparcnbsd-tdep.c
index 0b8d86e..b8673b0 100644
--- a/gdb/sparcnbsd-tdep.c
+++ b/gdb/sparcnbsd-tdep.c
@@ -21,10 +21,10 @@
Boston, MA 02110-1301, USA. */
#include "defs.h"
-#include "floatformat.h"
#include "frame.h"
#include "frame-unwind.h"
#include "gdbcore.h"
+#include "gdbtypes.h"
#include "osabi.h"
#include "regcache.h"
#include "regset.h"