aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2004-01-18 03:09:01 +0000
committerBen Elliston <bje@gnu.org>2004-01-18 03:09:01 +0000
commit230a94a69572d2c20296e96ee1e9cc42f3b70c73 (patch)
tree4241b73fc122a5380e4edbfc02720b46516e9216
parent6bf589f80a7fde9183832fca55e813aee223c315 (diff)
downloaddejagnu-230a94a69572d2c20296e96ee1e9cc42f3b70c73.zip
dejagnu-230a94a69572d2c20296e96ee1e9cc42f3b70c73.tar.gz
dejagnu-230a94a69572d2c20296e96ee1e9cc42f3b70c73.tar.bz2
Remove some stray whitespace.
-rw-r--r--baseboards/gdbserver-sample.exp1
-rw-r--r--baseboards/mips-sim-idt32.exp1
-rw-r--r--baseboards/mmixware-sim.exp1
-rw-r--r--baseboards/x86-cygmon.exp1
-rw-r--r--config/default.exp1
-rw-r--r--lib/standard.exp2
6 files changed, 1 insertions, 6 deletions
diff --git a/baseboards/gdbserver-sample.exp b/baseboards/gdbserver-sample.exp
index dd7f942..c248b57 100644
--- a/baseboards/gdbserver-sample.exp
+++ b/baseboards/gdbserver-sample.exp
@@ -62,4 +62,3 @@ set_board_info gdb,noinferiorio 1
# Can't do hardware watchpoints, in general
set_board_info gdb,no_hardware_watchpoints 1
-
diff --git a/baseboards/mips-sim-idt32.exp b/baseboards/mips-sim-idt32.exp
index 645969d..e9d1a86 100644
--- a/baseboards/mips-sim-idt32.exp
+++ b/baseboards/mips-sim-idt32.exp
@@ -53,4 +53,3 @@ set_board_info gdb,nosignals 1
if {[string match "*soft-float*" $current_target_name]} {
set_board_info gdb_init_command "set mipsfpu none"
}
-
diff --git a/baseboards/mmixware-sim.exp b/baseboards/mmixware-sim.exp
index a6ecb4b..52f5a38 100644
--- a/baseboards/mmixware-sim.exp
+++ b/baseboards/mmixware-sim.exp
@@ -76,4 +76,3 @@ set_board_info needs_status_wrapper 1
# FIXME: Some gdb board variables are usually here. I currently have
# no clue what to set them to, so I won't.
-
diff --git a/baseboards/x86-cygmon.exp b/baseboards/x86-cygmon.exp
index 24e2017..cfa745b 100644
--- a/baseboards/x86-cygmon.exp
+++ b/baseboards/x86-cygmon.exp
@@ -27,4 +27,3 @@ if { [board_info $board obj_format] == "a.out" } {
} else {
set_board_info gdb,start_symbol "__start"
}
-
diff --git a/config/default.exp b/config/default.exp
index a42572f..1f46e41 100644
--- a/config/default.exp
+++ b/config/default.exp
@@ -33,4 +33,3 @@ proc ${tool}_start { } {
verbose "WARNING: Using the default proc for tool_start" 2
return $spawn_id
}
-
diff --git a/lib/standard.exp b/lib/standard.exp
index 66001a3..6396aa6 100644
--- a/lib/standard.exp
+++ b/lib/standard.exp
@@ -18,7 +18,7 @@
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
-# A set of standard functions for tools. Calls the
+# A set of standard functions for tools. Calls the
# target-machine-specific versions.
#