aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/default.exp
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1998-09-28 20:22:25 +0000
committerNick Clifton <nickc@redhat.com>1998-09-28 20:22:25 +0000
commit7b60d311bafc04688fdc56dabeb2d6d855f1ac68 (patch)
treea2100b37aae6ffa939fd69ade2ccbe8bf982a6a6 /gdb/testsuite/gdb.base/default.exp
parenteede4762aaaf99fba627faa178bedbdf471a686e (diff)
downloadgdb-7b60d311bafc04688fdc56dabeb2d6d855f1ac68.zip
gdb-7b60d311bafc04688fdc56dabeb2d6d855f1ac68.tar.gz
gdb-7b60d311bafc04688fdc56dabeb2d6d855f1ac68.tar.bz2
Add brace missing from previous delta.
Diffstat (limited to 'gdb/testsuite/gdb.base/default.exp')
-rw-r--r--gdb/testsuite/gdb.base/default.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp
index f4638ce..1c401ca 100644
--- a/gdb/testsuite/gdb.base/default.exp
+++ b/gdb/testsuite/gdb.base/default.exp
@@ -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"