aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/float.exp
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2003-07-06 22:27:34 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2003-07-06 22:27:34 +0000
commit83876b3be5d0a6ae7927ecf7347a5f793572a02e (patch)
tree568617c113c8e44c28ed7e21468caae03b1786c8 /gdb/testsuite/gdb.base/float.exp
parent87242c64601df0e5850a386dfbdaa1e2b9c31816 (diff)
downloadbinutils-83876b3be5d0a6ae7927ecf7347a5f793572a02e.zip
binutils-83876b3be5d0a6ae7927ecf7347a5f793572a02e.tar.gz
binutils-83876b3be5d0a6ae7927ecf7347a5f793572a02e.tar.bz2
* gdb.objc/basicclass.exp ("Call an Objective-C method with no
arguments"): Also match negative number. * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
Diffstat (limited to 'gdb/testsuite/gdb.base/float.exp')
-rw-r--r--gdb/testsuite/gdb.base/float.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/float.exp b/gdb/testsuite/gdb.base/float.exp
index 7aa75f3..f681e1f 100644
--- a/gdb/testsuite/gdb.base/float.exp
+++ b/gdb/testsuite/gdb.base/float.exp
@@ -61,6 +61,8 @@ if { [istarget "alpha*-*-*"] } then {
gdb_test "info float" "R7:.*Status Word:.*Opcode:.*" "info float"
} elseif [istarget "ia64-*-*"] then {
gdb_test "info float" "f0.*f1.*f127.*" "info float"
+} elseif [istarget "m68k-*-*"] then {
+ gdb_test "info float" "fp0.*fp1.*fp7.*" "info float"
} else {
gdb_test "info float" "No floating.point info available for this processor." "info float"
}