* gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
authorPedro Alves <palves@redhat.com>
Sun, 5 Jul 2009 22:21:40 +0000 (22:21 +0000)
committerPedro Alves <palves@redhat.com>
Sun, 5 Jul 2009 22:21:40 +0000 (22:21 +0000)
VFP format.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/long_long.exp

index 2d28df15abefe5e2a7f2b0d34426dcbc1f6cf572..ba777d98aec8b8c7188a17e1191cba954d28d239 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-05  Pedro Alves  <pedro@codesourcery.com>
+
+       * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
+       VFP format.
+
 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
 
        * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
index 5189324e6a62c1cb287565a0a53a79024eb97aed..e8159156323af8069f399946db73c96afa6ada61 100644 (file)
@@ -190,6 +190,7 @@ if { $sizeof_double == 8 || $sizeof_long_double == 8 } {
          [istarget "xscale*-*-*"] || \
          [istarget "strongarm*-*-*"]) \
         && !([istarget "*-*-*eabi"] || \
+             [istarget "*-*-mingw32ce*"] || \
              [istarget "*-*-openbsd*"] || \
              [istarget "*-*-symbianelf"]) } then {
        # assume the long long represents a floating point double in ARM format
This page took 0.037721 seconds and 4 git commands to generate.