2004-06-08 Martin Hunt <hunt@redhat.com>
* gdb.base/float.exp: Add pattern for mips targets.
This commit is contained in:
parent
28ba0b33be
commit
caeb605f5f
@ -1,3 +1,7 @@
|
||||
2004-06-08 Martin Hunt <hunt@redhat.com>
|
||||
|
||||
* gdb.base/float.exp: Add pattern for mips targets.
|
||||
|
||||
2004-06-08 Randolph Chung <tausq@debian.org>
|
||||
|
||||
* gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
|
||||
|
@ -63,6 +63,8 @@ if { [istarget "alpha*-*-*"] } then {
|
||||
gdb_test "info float" "f0.*f1.*f127.*" "info float"
|
||||
} elseif [istarget "m68k-*-*"] then {
|
||||
gdb_test "info float" "fp0.*fp1.*fp7.*" "info float"
|
||||
} elseif [istarget "mips*-*-*"] then {
|
||||
gdb_test "info float" "f0:.*flt:.*dbl:.*" "info float"
|
||||
} elseif [istarget "s390*-*-*"] then {
|
||||
gdb_test "info float" "fpc.*f0.*f1.*f15.*" "info float"
|
||||
} elseif [istarget "sh*-*"] then {
|
||||
|
Loading…
x
Reference in New Issue
Block a user