* gdb.base/float.exp: Add expected regexp for alpha-*-*.
authorRichard Henderson <rth@redhat.com>
Mon, 2 Jun 2003 16:49:35 +0000 (16:49 +0000)
committerRichard Henderson <rth@redhat.com>
Mon, 2 Jun 2003 16:49:35 +0000 (16:49 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/float.exp

index 6fd08ae86b25b9f1b0e43c2d134f54ca5e3285c5..3942eb7557cf071aae7440afe9f22c277b9bb539 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 8e239d90d73f4f6b5933122941903753232dce50..fff9fe6f5fcb79d90d91bf7b560030b3eae1155f 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"
This page took 0.030467 seconds and 4 git commands to generate.