aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-10-31 23:35:52 +0000
committerMark Kettenis <kettenis@gnu.org>2005-10-31 23:35:52 +0000
commit0a3e99f6bc93cbf086d2204e5d1cfcfbacd83a57 (patch)
treeabe0f38c3e3bbdeffd4bce45a618c44b3779b00b /gdb/Makefile.in
parente43168cce0c6cb84f4449e7afba20de4223cbae8 (diff)
downloadgdb-0a3e99f6bc93cbf086d2204e5d1cfcfbacd83a57.zip
gdb-0a3e99f6bc93cbf086d2204e5d1cfcfbacd83a57.tar.gz
gdb-0a3e99f6bc93cbf086d2204e5d1cfcfbacd83a57.tar.bz2
* doublest.c (floatformat_normalize_byteorder): Handle
floatformat_vax. (convert_doublest_to_floatformat): Use floatformat_normalize_byteorder to swap bytes if necessary. * vax-tdep.c: Include floatformat.h. (vax_gdbarch_init): Set float_format, double_format, long_double_format and long_double_bit. * Makefile.in (vax-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 792e48a..8d11352 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2747,10 +2747,10 @@ vaxnbsd-tdep.o: vaxnbsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \
vaxobsd-tdep.o: vaxobsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \
$(frame_unwind_h) $(osabi_h) $(symtab_h) $(trad_frame_h) \
$(vax_tdep_h) $(gdb_string_h)
-vax-tdep.o: vax-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) $(frame_h) \
- $(frame_base_h) $(frame_unwind_h) $(gdbcore_h) $(gdbtypes_h) \
- $(osabi_h) $(regcache_h) $(regset_h) $(trad_frame_h) $(value_h) \
- $(gdb_string_h) $(vax_tdep_h)
+vax-tdep.o: vax-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) \
+ $(float_format_h)$(frame_h) $(frame_base_h) $(frame_unwind_h) \
+ $(gdbcore_h) $(gdbtypes_h) $(osabi_h) $(regcache_h) $(regset_h) \
+ $(trad_frame_h) $(value_h) $(gdb_string_h) $(vax_tdep_h)
win32-nat.o: win32-nat.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \
$(exceptions_h) $(gdbcore_h) $(command_h) $(completer_h) \
$(regcache_h) $(top_h) $(buildsym_h) $(symfile_h) $(objfiles_h) \