aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2002-05-03 21:25:08 +0000
committerMichael Snyder <msnyder@vmware.com>2002-05-03 21:25:08 +0000
commit5c7a03973f39ca3ed80fc4ea2534c33a12d136b0 (patch)
tree776fdf6d0d7e8372096ea2362de8984dd1bcbc0e /gdb/testsuite
parent8de9bdc4dfe26bfe7aa7782b8cbb233c9c56b3b5 (diff)
downloadgdb-5c7a03973f39ca3ed80fc4ea2534c33a12d136b0.zip
gdb-5c7a03973f39ca3ed80fc4ea2534c33a12d136b0.tar.gz
gdb-5c7a03973f39ca3ed80fc4ea2534c33a12d136b0.tar.bz2
2002-05-02 Michael Snyder <msnyder@redhat.com>
* gdb.base/long_long.exp: Add xscale target. * gdb.base/default.exp: Add xscale target.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/default.exp2
-rw-r--r--gdb/testsuite/gdb.base/long_long.exp5
3 files changed, 12 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 7e737a0..7dd4e8e 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-02 Michael Snyder <msnyder@redhat.com>
+
+ * gdb.base/long_long.exp: Add xscale target.
+ * gdb.base/default.exp: Add xscale target.
+
2002-05-01 Jim Blandy <jimb@redhat.com>
* 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 8ebeba8..c79be2e 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 ff8a1f9..016b0e6 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