[PATCH]: Add sparc support to gdb.base/float.exp

David S. Miller davem@davemloft.net
Tue Apr 4 22:56:00 GMT 2006


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)"
 }



More information about the Gdb-patches mailing list