OSDN Git Service

* gdb.base/float.exp: Add expected regexp for alpha-*-*.
authorrth <rth>
Mon, 2 Jun 2003 16:49:35 +0000 (16:49 +0000)
committerrth <rth>
Mon, 2 Jun 2003 16:49:35 +0000 (16:49 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/float.exp

index 6fd08ae..3942eb7 100644 (file)
@@ -1,5 +1,9 @@
 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.
 
 2003-06-02  Richard Henderson  <rth@redhat.com>
index 8e239d9..fff9fe6 100644 (file)
@@ -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"