From: Randolph Chung Date: Tue, 8 Jun 2004 05:15:19 +0000 (+0000) Subject: 2004-06-08 Randolph Chung X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c892bb64944ed2da49197ef4f5859af6e1bfb9fc;p=binutils-gdb.git 2004-06-08 Randolph Chung * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure message for unknown architectures more clear. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 674b6f8dd47..1e772b1e32a 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-06-08 Randolph Chung + + * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure + message for unknown architectures more clear. + 2004-06-08 Joel Brobecker * gdb.ada/null_record.exp: Use "start" instead of "begin" to diff --git a/gdb/testsuite/gdb.base/float.exp b/gdb/testsuite/gdb.base/float.exp index 01b0a998132..1950f6bead6 100644 --- a/gdb/testsuite/gdb.base/float.exp +++ b/gdb/testsuite/gdb.base/float.exp @@ -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)" }