diff options
author | Daniel Jacobowitz <dan@debian.org> | 2006-03-15 16:37:52 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2006-03-15 16:37:52 +0000 |
commit | 968217040516397146398873540de9f8402476eb (patch) | |
tree | b663f4bbe3be4e97edbc33e2aa82dde02589b774 /gdb/Makefile.in | |
parent | e6eeb8571e370ba5e9848c07c568522d2497990f (diff) | |
download | gdb-968217040516397146398873540de9f8402476eb.tar.gz |
* mips-linux-tdep.c: Include "floatformat.h".
(mips_linux_init_abi): Use 128-bit long double for N32 and N64.
(mips_n32n64_return_value): Support 128-bit long double.
(print_gp_register_row): Don't print spaces before ignored
or floating point registers.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 74bdf0b2809..45139fb3a70 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2299,7 +2299,7 @@ mips-linux-nat.o: mips-linux-nat.c $(defs_h) $(mips_tdep_h) $(target_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) $(regcache_h) $(trad_frame_h) \ - $(tramp_frame_h) + $(tramp_frame_h) $(floatformat_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) \ |