OSDN Git Service

* gdb.base/default.exp: Fix expected string in `info float' test.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 10 Sep 2002 07:03:18 +0000 (07:03 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 10 Sep 2002 07:03:18 +0000 (07:03 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/default.exp

index 9ecfc1c..ad8b0af 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-09  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.base/default.exp: Fix expected string in `info float' test.
+
 2002-09-09  Ben Elliston  <bje@redhat.com>
 
        * config/mips.exp: Update comments.
index ea8ba50..078e416 100644 (file)
@@ -327,7 +327,7 @@ if { [istarget "arm*-*-*"] || \
 } elseif [istarget "i\[3456\]86-*-*"] then {
     gdb_test "info float" "R7:.*Status Word:.*Opcode:.*" "info float"
 } else {
-    gdb_test "info float" "No floating point info available for this processor." "info float"
+    gdb_test "info float" "No floating.point info available for this processor." "info float"
 }
 #test info functions
 gdb_test "info functions" "All defined functions:" "info functions"