+2003-06-02 Richard Henderson <rth@redhat.com>
+
+ * gdb.base/float.exp: Add expected regexp for alpha-*-*.
+
2003-06-02 Richard Henderson <rth@redhat.com>
* gdb.base/selftest.exp: Next over lim_at_start initialization.
# Test "info float".
-if { [istarget "arm*-*-*"] || \
+if { [istarget "alpha*-*-*"] } then {
+ gdb_test "info float" "f0.*" "info float"
+} elseif { [istarget "arm*-*-*"] || \
[istarget "xscale*-*-*"] || \
[istarget "strongarm*-*-*"] } then {
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"