From c99c59c39d338de4143c1434cea6cd9bb20b88b9 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Tue, 12 Aug 2003 22:27:19 +0000 Subject: [PATCH] 2003-08-12 Michael Snyder * gdb.base/float.exp: Add test for SH. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/float.exp | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 69f417468fe..cfbb5989e5b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-08-12 Michael Snyder + + * gdb.base/float.exp: Add test for SH. + 2003-08-10 Mark Kettenis * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files. diff --git a/gdb/testsuite/gdb.base/float.exp b/gdb/testsuite/gdb.base/float.exp index f681e1f1468..6c80fbb07c3 100644 --- a/gdb/testsuite/gdb.base/float.exp +++ b/gdb/testsuite/gdb.base/float.exp @@ -63,6 +63,16 @@ if { [istarget "alpha*-*-*"] } then { gdb_test "info float" "f0.*f1.*f127.*" "info float" } elseif [istarget "m68k-*-*"] then { gdb_test "info float" "fp0.*fp1.*fp7.*" "info float" +} elseif [istarget "sh*-*"] then { + # SH may or may not have an FPU + gdb_test_multiple "info float" "info float" { + -re "fpul.*fr0.*fr1.*fr15.*$gdb_prompt $" { + pass "info float (with FPU)" + } + -re "No floating.point info available for this processor.*" { + pass "info float (without FPU)" + } + } } else { gdb_test "info float" "No floating.point info available for this processor." "info float" } -- 2.30.2