* gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
VFP format.
This commit is contained in:
parent
5e13bd89ec
commit
7d93ba58ab
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue