Add brace missing from previous delta.
This commit is contained in:
parent
eede4762aa
commit
7b60d311ba
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* gdb.base/default.exp: Add brace missing from previous delta.
|
||||
|
||||
Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* gdb.base/default.exp: Support test for info float for all
|
||||
|
|
|
@ -273,7 +273,7 @@ gdb_test "info files" "" "info files"
|
|||
#test info float
|
||||
if [istarget "arm-*-*"] then {
|
||||
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
|
||||
else if [istarget "thumb-*-*"] then {
|
||||
} else if [istarget "thumb-*-*"] then {
|
||||
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
|
||||
} else {
|
||||
gdb_test "info float" "No floating point info available for this processor." "info float"
|
||||
|
|
Loading…
Reference in a new issue