diff options
author | Pedro Alves <palves@redhat.com> | 2009-07-05 22:21:40 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-07-05 22:21:40 +0000 |
commit | 7d93ba58ab7242fd70d969fe394becb8b0a3e917 (patch) | |
tree | 4c9f7d54002c7c17f45cb34b71815ab5be5e7a90 /gdb/testsuite | |
parent | 5e13bd89ecaf59fd247bdfb49a23e162cd229691 (diff) | |
download | gdb-7d93ba58ab7242fd70d969fe394becb8b0a3e917.zip gdb-7d93ba58ab7242fd70d969fe394becb8b0a3e917.tar.gz gdb-7d93ba58ab7242fd70d969fe394becb8b0a3e917.tar.bz2 |
* gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
VFP format.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/long_long.exp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 2d28df1..ba777d9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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 diff --git a/gdb/testsuite/gdb.base/long_long.exp b/gdb/testsuite/gdb.base/long_long.exp index 5189324..e815915 100644 --- a/gdb/testsuite/gdb.base/long_long.exp +++ b/gdb/testsuite/gdb.base/long_long.exp @@ -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 |