aboutsummaryrefslogtreecommitdiff
path: root/baseboards/qemu.exp
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2020-08-10 22:16:55 -0500
committerJacob Bachmeyer <jcb@gnu.org>2020-08-10 22:16:55 -0500
commitf19efa329c8368671a95f1002c6245b8ca3c4876 (patch)
treeec1cd76c52f7d23034a45cfd07bc216891d5bcbe /baseboards/qemu.exp
parent6efefce47d81095e101fe579cf2c2b41c42009b8 (diff)
downloaddejagnu-f19efa329c8368671a95f1002c6245b8ca3c4876.zip
dejagnu-f19efa329c8368671a95f1002c6245b8ca3c4876.tar.gz
dejagnu-f19efa329c8368671a95f1002c6245b8ca3c4876.tar.bz2
Tidy whitespace in baseboards/qemu.exp
Diffstat (limited to 'baseboards/qemu.exp')
-rw-r--r--baseboards/qemu.exp8
1 files changed, 4 insertions, 4 deletions
diff --git a/baseboards/qemu.exp b/baseboards/qemu.exp
index 1dcf53f..193a759 100644
--- a/baseboards/qemu.exp
+++ b/baseboards/qemu.exp
@@ -28,7 +28,7 @@ set_board_info compiler [find_gcc]
# When testing GCC in tree, the libgloss linker scripts files aren't
# usually in a known location, so we have to find them in the sysroot.
# FIXME: this may change in the near future, but for now it works.
-set compiler "[find_gcc]"
+set compiler "[find_gcc]"
set ret [local_exec "$compiler --print-sysroot" "" "" $timeout]
if { [lindex $ret 0] == 0 } {
set sysroot "[lindex $ret 1]"
@@ -202,9 +202,9 @@ proc qemu_load { dest prog args } {
set ret [local_exec "$qemu $prog" "" "" $timeout]
if { [array size ret] == 0 } {
- return "pass"
+ return "pass"
} else {
- return "fail"
+ return "fail"
}
}
@@ -233,7 +233,7 @@ proc gdb_load { args } {
}
if { $args == "{}"} {
- puts "No executable passed to GDB!"
+ puts "No executable passed to GDB!"
# Only the remote protocol is used with the QEMU's gdbserver support
send_gdb "target extended-remote :2345\n"