diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-10-31 23:35:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-10-31 23:35:52 +0000 |
commit | 0a3e99f6bc93cbf086d2204e5d1cfcfbacd83a57 (patch) | |
tree | abe0f38c3e3bbdeffd4bce45a618c44b3779b00b /gdb/Makefile.in | |
parent | e43168cce0c6cb84f4449e7afba20de4223cbae8 (diff) | |
download | gdb-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.in | 8 |
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) \ |