From 3772b53f141b1324f3b77b5cad0e95104b1c9d10 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Wed, 15 Jan 2014 22:17:53 +0000 Subject: [PATCH] AArch64: gdb.base/float.exp: Fix `info float' test * gdb.base/float.exp: Handle "aarch64*-*-*" targets. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/float.exp | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 473ba9be997..df8678e35f9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-01-15 Maciej W. Rozycki + + * gdb.base/float.exp: Handle "aarch64*-*-*" targets. + 2014-01-15 Omair Javaid * lib/gdb.exp (supports_process_record): Return true for 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" { -- 2.30.2