diff options
author | Randolph Chung <tausq@debian.org> | 2004-06-08 05:15:19 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-06-08 05:15:19 +0000 |
commit | c892bb64944ed2da49197ef4f5859af6e1bfb9fc (patch) | |
tree | 866ebd0b62fb1a46b0a7860024aa54a3b11a27a5 /gdb/testsuite/gdb.base/float.exp | |
parent | 48306d3ed7ee408d3847e80c79cc82a32f6625e5 (diff) | |
download | binutils-c892bb64944ed2da49197ef4f5859af6e1bfb9fc.zip binutils-c892bb64944ed2da49197ef4f5859af6e1bfb9fc.tar.gz binutils-c892bb64944ed2da49197ef4f5859af6e1bfb9fc.tar.bz2 |
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.
Diffstat (limited to 'gdb/testsuite/gdb.base/float.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/float.exp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/float.exp b/gdb/testsuite/gdb.base/float.exp index 01b0a99..1950f6b 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)" } |