This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[RFA] float.exp mips fix


Add an expected pattern for mips so this test will succeed.

2004-05-26  Martin Hunt  <hunt@redhat.com>
        * gdb.base/float.exp: Add correct checking for mips result.

-- 
Martin M. Hunt <hunt@redhat.com>
Red Hat Inc.
Index: gdb/testsuite/gdb.base/float.exp
===================================================================
diff -u -p -u -r1.5 float.exp
--- gdb/testsuite/gdb.base/float.exp	14 Apr 2004 00:54:49 -0000	1.5
+++ gdb/testsuite/gdb.base/float.exp	25 May 2004 23:31:48 -0000
@@ -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 {

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]