mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
* gdb.base/float.exp: Add ia64 support.
This commit is contained in:
parent
31a1f3a136
commit
21c3830442
@ -1,3 +1,7 @@
|
||||
2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* gdb.base/float.exp: Add ia64 support.
|
||||
|
||||
2003-06-12 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* gdb.base/fileio.exp: Run only on remote targets.
|
||||
|
@ -59,6 +59,8 @@ if { [istarget "alpha*-*-*"] } then {
|
||||
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
|
||||
} elseif { [istarget "i?86-*-*"] || [istarget "x86_64-*-*"] } then {
|
||||
gdb_test "info float" "R7:.*Status Word:.*Opcode:.*" "info float"
|
||||
} elseif [istarget "ia64-*-*"] then {
|
||||
gdb_test "info float" "f0.*f1.*f127.*" "info float"
|
||||
} else {
|
||||
gdb_test "info float" "No floating.point info available for this processor." "info float"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user