mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-14 16:51:12 +08:00
AArch64: gdb.base/float.exp: Fix `info float' test
* gdb.base/float.exp: Handle "aarch64*-*-*" targets.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
|
||||||
|
|
||||||
|
* gdb.base/float.exp: Handle "aarch64*-*-*" targets.
|
||||||
|
|
||||||
2014-01-15 Omair Javaid <omair.javaid@linaro.org>
|
2014-01-15 Omair Javaid <omair.javaid@linaro.org>
|
||||||
|
|
||||||
* lib/gdb.exp (supports_process_record): Return true for
|
* lib/gdb.exp (supports_process_record): Return true for
|
||||||
|
@ -36,7 +36,9 @@ if ![runto_main] then {
|
|||||||
|
|
||||||
# Test "info float".
|
# 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"
|
gdb_test "info float" "f0.*" "info float"
|
||||||
} elseif { [istarget "arm*-*-*"] } then {
|
} elseif { [istarget "arm*-*-*"] } then {
|
||||||
gdb_test_multiple "info float" "info float" {
|
gdb_test_multiple "info float" "info float" {
|
||||||
|
Reference in New Issue
Block a user