2004-06-08 Randolph Chung <tausq@debian.org>
authorRandolph Chung <tausq@debian.org>
Tue, 8 Jun 2004 05:15:19 +0000 (05:15 +0000)
committerRandolph Chung <tausq@debian.org>
Tue, 8 Jun 2004 05:15:19 +0000 (05:15 +0000)
* gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
message for unknown architectures more clear.

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

index 674b6f8dd47691e236a78d8d06f88294356aa967..1e772b1e32a6b88447e0d556cee56b59fa288f68 100644 (file)
@@ -1,3 +1,8 @@
+2004-06-08  Randolph Chung  <tausq@debian.org>
+
+       * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
+       message for unknown architectures more clear.
+
 2004-06-08  Joel Brobecker  <brobecker@gnat.com>
 
        * gdb.ada/null_record.exp: Use "start" instead of "begin" to
index 01b0a99813299028a2be90b7de724bd691a78f5c..1950f6bead6d05a9269860810d50335fe2a8779f 100644 (file)
@@ -75,6 +75,8 @@ if { [istarget "alpha*-*-*"] } then {
              pass "info float (without FPU)"
        }
     }
+} elseif [istarget "hppa*-*"] then {
+    gdb_test "info float" "fr4.*fr4R.*fr31R.*" "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 (unknown target)"
 }