summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/float.exp
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@codesourcery.com>2014-01-15 22:17:53 +0000
committerMaciej W. Rozycki <macro@codesourcery.com>2014-01-15 22:17:53 +0000
commit3772b53f141b1324f3b77b5cad0e95104b1c9d10 (patch)
treef354c5fafd9fecc62abbee46d10d312b97a934fb /gdb/testsuite/gdb.base/float.exp
parentfbcbc3fda41263ce865b6dbe9f5382e027fcd8c5 (diff)
downloadbinutils-gdb-3772b53f141b1324f3b77b5cad0e95104b1c9d10.tar.gz
AArch64: gdb.base/float.exp: Fix `info float' test
* gdb.base/float.exp: Handle "aarch64*-*-*" targets.
Diffstat (limited to 'gdb/testsuite/gdb.base/float.exp')
-rw-r--r--gdb/testsuite/gdb.base/float.exp4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/float.exp b/gdb/testsuite/gdb.base/float.exp
index 87aa07ff00e..5da9630d2e4 100644
--- a/gdb/testsuite/gdb.base/float.exp
+++ b/gdb/testsuite/gdb.base/float.exp
@@ -36,7 +36,9 @@ if ![runto_main] then {
# Test "info float".
-if { [istarget "alpha*-*-*"] } then {
+if { [istarget "aarch64*-*-*"] } then {
+ gdb_test "info float" "d0.*d1.*d31.*s0.*s1.*s31.*" "info float"
+} elseif { [istarget "alpha*-*-*"] } then {
gdb_test "info float" "f0.*" "info float"
} elseif { [istarget "arm*-*-*"] } then {
gdb_test_multiple "info float" "info float" {