Add brace missing from previous delta.

This commit is contained in:
Nick Clifton 1998-09-28 20:22:25 +00:00
parent eede4762aa
commit 7b60d311ba
2 changed files with 5 additions and 1 deletions

View file

@ -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"