2004-06-08 Martin Hunt <hunt@redhat.com>
authorMartin Hunt <hunt@redhat.com>
Tue, 8 Jun 2004 15:50:59 +0000 (15:50 +0000)
committerMartin Hunt <hunt@redhat.com>
Tue, 8 Jun 2004 15:50:59 +0000 (15:50 +0000)
* gdb.base/float.exp: Add pattern for mips targets.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/float.exp

index 1e772b1..233751c 100644 (file)
@@ -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
index 1950f6b..c09c37b 100644 (file)
@@ -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 {