diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6fd08ae86b2..3942eb7557c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-06-02 Richard Henderson + + * gdb.base/float.exp: Add expected regexp for alpha-*-*. + 2003-06-02 Richard Henderson * gdb.base/selftest.exp: Next over lim_at_start initialization. diff --git a/gdb/testsuite/gdb.base/float.exp b/gdb/testsuite/gdb.base/float.exp index 8e239d90d73..fff9fe6f5fc 100644 --- a/gdb/testsuite/gdb.base/float.exp +++ b/gdb/testsuite/gdb.base/float.exp @@ -51,7 +51,9 @@ if ![runto_main] then { # 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"