summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/long_long.exp
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2002-05-09 18:17:22 +0000
committerMichael Snyder <msnyder@specifix.com>2002-05-09 18:17:22 +0000
commitf37c5edf18a7bd7b96882e23502693e5960e63b7 (patch)
tree6e046b0054c61c4cf324a36ea820abfcd0c97d9f /gdb/testsuite/gdb.base/long_long.exp
parent37f7160ffc7d8a8328a2d85a68debe1e04085c33 (diff)
downloadgdb-f37c5edf18a7bd7b96882e23502693e5960e63b7.tar.gz
2002-05-09 Michael Snyder <msnyder@redhat.com>
* gdb.base/long_long.exp: Add iftarget clause for strongarm.
Diffstat (limited to 'gdb/testsuite/gdb.base/long_long.exp')
-rw-r--r--gdb/testsuite/gdb.base/long_long.exp4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/long_long.exp b/gdb/testsuite/gdb.base/long_long.exp
index 182f049cff0..0f353d18768 100644
--- a/gdb/testsuite/gdb.base/long_long.exp
+++ b/gdb/testsuite/gdb.base/long_long.exp
@@ -152,7 +152,9 @@ if { $sizeof_double == 8 } {
# but a hybrid. They are in little endian format with the two words
# swapped in big endian format.
- if { [istarget "arm*-*-*"] || [istarget "xscale*-*-*"] } then {
+ if { [istarget "arm*-*-*"] || \
+ [istarget "xscale*-*-*"] \
+ [istarget "strongarm*-*-*"] } then {
# assume the long long represents a floating point double in ARM format
gdb_test "p/f oct" ".*2.1386676354387559e\\+265.*"
} else {