* [PATCH]: Add sparc support to gdb.base/float.exp
@ 2006-04-04 22:56 David S. Miller
2006-04-04 23:11 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: David S. Miller @ 2006-04-04 22:56 UTC (permalink / raw)
To: gdb-patches
Pretty straightforward, any objections?
2006-04-04 David S. Miller <davem@sunset.davemloft.net>
* gdb.base/float.exp: Add pattern for sparc targets.
--- gdb.base/float.exp.~1~ 2005-03-07 13:36:16.000000000 -0800
+++ gdb.base/float.exp 2006-04-04 15:47:24.000000000 -0700
@@ -81,6 +81,8 @@
}
} elseif [istarget "hppa*-*"] then {
gdb_test "info float" "fr4.*fr4R.*fr31R.*" "info float"
+} elseif [istarget "sparc*-*-*"] then {
+ gdb_test "info float" "f0.*f1.*f31.*d0.*d30.*" "info float"
} else {
gdb_test "info float" "No floating.point info available for this processor." "info float (unknown target)"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-04-04 23:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-04 22:56 [PATCH]: Add sparc support to gdb.base/float.exp David S. Miller
2006-04-04 23:11 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox