aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorRandolph Chung <tausq@debian.org>2004-06-08 05:15:19 +0000
committerRandolph Chung <tausq@debian.org>2004-06-08 05:15:19 +0000
commitc892bb64944ed2da49197ef4f5859af6e1bfb9fc (patch)
tree866ebd0b62fb1a46b0a7860024aa54a3b11a27a5 /gdb
parent48306d3ed7ee408d3847e80c79cc82a32f6625e5 (diff)
downloadfsf-binutils-gdb-c892bb64944ed2da49197ef4f5859af6e1bfb9fc.zip
fsf-binutils-gdb-c892bb64944ed2da49197ef4f5859af6e1bfb9fc.tar.gz
fsf-binutils-gdb-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')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.base/float.exp4
2 files changed, 8 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 674b6f8..1e772b1 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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
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)"
}