aboutsummaryrefslogtreecommitdiff
path: root/baseboards
diff options
context:
space:
mode:
Diffstat (limited to 'baseboards')
-rw-r--r--baseboards/arm-sim.exp2
-rw-r--r--baseboards/mcore-moto-sim.exp4
-rw-r--r--baseboards/mn10300-cygmon.exp2
3 files changed, 4 insertions, 4 deletions
diff --git a/baseboards/arm-sim.exp b/baseboards/arm-sim.exp
index af91f7f..1372019 100644
--- a/baseboards/arm-sim.exp
+++ b/baseboards/arm-sim.exp
@@ -13,7 +13,7 @@ if { [board_info $board obj_format] == "pe" } {
# if [istarget "*-*-coff"] {
# set_board_info uses_underscores 1
# }
-
+
set additional_options ""
}
diff --git a/baseboards/mcore-moto-sim.exp b/baseboards/mcore-moto-sim.exp
index 92fac5f..90f0c39 100644
--- a/baseboards/mcore-moto-sim.exp
+++ b/baseboards/mcore-moto-sim.exp
@@ -54,7 +54,7 @@ proc sim_spawn { dest cmdline args } {
puts $handle "g 28"
puts $handle "quit"
close $handle
-
+
return [eval remote_spawn host \{ $sim $simflags "-sdoit" \} $args]
}
@@ -118,7 +118,7 @@ proc find_sim { target_alias sim_dir sim_name } {
## XXX - fixme - this should not be hardcoded.
## XXX - fixme - this should vary depending upon endianism selected.
-
+
return "/home/nickc/bin/linux/sim-be"
}
diff --git a/baseboards/mn10300-cygmon.exp b/baseboards/mn10300-cygmon.exp
index 3a435ea..8757855 100644
--- a/baseboards/mn10300-cygmon.exp
+++ b/baseboards/mn10300-cygmon.exp
@@ -20,7 +20,7 @@ if {[string compare [board_info $board boardtype] "asb2303"] == 0} {
set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags] [board_info $board addl_link_flags] -mno-crt0 -mam33-2"
set_board_info ldscript "-mam33-2 -Tasb2303.ld"
}
-
+
# Standard remote protocol.
set_board_info gdb_protocol "remote"