mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-12 20:58:48 +00:00
* gdb.base/float.exp: Add expected regexp for alpha-*-*.
This commit is contained in:
parent
eb4edb88d8
commit
d80dbb52aa
@ -1,3 +1,7 @@
|
||||
2003-06-02 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* gdb.base/float.exp: Add expected regexp for alpha-*-*.
|
||||
|
||||
2003-06-02 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* gdb.base/selftest.exp: Next over lim_at_start initialization.
|
||||
|
@ -51,7 +51,9 @@ if ![runto_main] then {
|
||||
|
||||
# Test "info float".
|
||||
|
||||
if { [istarget "arm*-*-*"] || \
|
||||
if { [istarget "alpha*-*-*"] } then {
|
||||
gdb_test "info float" "f0.*" "info float"
|
||||
} elseif { [istarget "arm*-*-*"] || \
|
||||
[istarget "xscale*-*-*"] || \
|
||||
[istarget "strongarm*-*-*"] } then {
|
||||
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
|
||||
|
Loading…
x
Reference in New Issue
Block a user