* [patch/rfa] fix float.exp test for hppa*-*
@ 2004-06-08 2:13 Randolph Chung
2004-06-08 4:03 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Randolph Chung @ 2004-06-08 2:13 UTC (permalink / raw)
To: gdb-patches
should be self-explanatory :) ok to check in?
randolph
2004-06-07 Randolph Chung <tausq@debian.org>
* gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
message for unknown architectures more clear.
Index: gdb.base/float.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/float.exp,v
retrieving revision 1.7
diff -u -p -r1.7 float.exp
--- gdb.base/float.exp 18 Feb 2004 03:42:51 -0000 1.7
+++ gdb.base/float.exp 8 Jun 2004 02:11:01 -0000
@@ -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)"
}
--
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-06-08 4:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-08 2:13 [patch/rfa] fix float.exp test for hppa*-* Randolph Chung
2004-06-08 4:03 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox