From fc8003413a3ad0db5c50bc1765d00b199eb56477 Mon Sep 17 00:00:00 2001 From: msnyder Date: Fri, 3 May 2002 21:25:07 +0000 Subject: [PATCH] 2002-05-02 Michael Snyder * gdb.base/long_long.exp: Add xscale target. * gdb.base/default.exp: Add xscale target. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/default.exp | 2 ++ gdb/testsuite/gdb.base/long_long.exp | 5 +++++ 3 files changed, 12 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7e737a0ce9..7dd4e8e1e6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-05-02 Michael Snyder + + * gdb.base/long_long.exp: Add xscale target. + * gdb.base/default.exp: Add xscale target. + 2002-05-01 Jim Blandy * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H, diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp index 8ebeba877d..c79be2e107 100644 --- a/gdb/testsuite/gdb.base/default.exp +++ b/gdb/testsuite/gdb.base/default.exp @@ -348,6 +348,8 @@ gdb_test "info files" "" "info files" #test info float if [istarget "arm*-*-*"] then { gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float" +} elseif [istarget "xscale*-*-*"] then { + gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float" } elseif [istarget "thumb*-*-*"] then { gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float" } elseif [istarget "strongarm*-*-*"] then { diff --git a/gdb/testsuite/gdb.base/long_long.exp b/gdb/testsuite/gdb.base/long_long.exp index ff8a1f91a3..016b0e67f6 100644 --- a/gdb/testsuite/gdb.base/long_long.exp +++ b/gdb/testsuite/gdb.base/long_long.exp @@ -157,6 +157,11 @@ if { $sizeof_double == 8 } { # assume the long long represents a floating point double in ARM format gdb_test "p/f oct" ".*2.1386676354387559e\\+265.*" + } elseif [ istarget "xscale*-*-*" ] then { + +# assume the long long represents a floating point double in ARM format + gdb_test "p/f oct" ".*2.1386676354387559e\\+265.*" + } else { # assume the long long represents a floating point double in little -- 2.11.0