]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.host: Set host floatformat for m68k.
authorAndreas Schwab <schwab@linux-m68k.org>
Sat, 20 Nov 2004 18:16:34 +0000 (18:16 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Sat, 20 Nov 2004 18:16:34 +0000 (18:16 +0000)
gdb/ChangeLog
gdb/configure.host

index 675523b42de199ea60dd6f9cd0c22f7366776358..0b77143c3b7cf96ed7c4e1553069c7df28a4ae28 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-20  Andreas Schwab  <schwab@suse.de>
+
+       * configure.host: Set host floatformat for m68k.
+
 2004-11-20  Eli Zaretskii  <eliz@gnu.org>
 
        * config/djgpp/fnchange.lst: Resolve file-name clash between
index cb8e5a42431d6d9b68df3c09e3e5f23ab7954a30..66614ef744da18fce10575654036181af78ce1a6 100644 (file)
@@ -172,6 +172,11 @@ hppa*-*-linux*)
        gdb_host_double_format="&floatformat_ieee_double_big"
        gdb_host_long_double_format="&floatformat_ieee_double_big"
        ;;
+m68*-*-*)
+       gdb_host_float_format="&floatformat_ieee_single_big"
+       gdb_host_double_format="&floatformat_ieee_double_big"
+       gdb_host_long_double_format="&floatformat_m68881_ext"
+       ;;
 *)
        gdb_host_float_format=0
        gdb_host_double_format=0