* baseboards/cris-sim.exp: Remove trailing semicolon(s).
authorBen Elliston <bje@gnu.org>
Mon, 14 Mar 2011 08:50:15 +0000 (19:50 +1100)
committerBen Elliston <bje@gnu.org>
Mon, 14 Mar 2011 08:50:15 +0000 (19:50 +1100)
* baseboards/mt-sid.exp: Likewise.
* baseboards/tx39-sim.exp: Likewise.
* lib/target.exp (default_target_compile): Likewise.

ChangeLog
baseboards/cris-sim.exp
baseboards/mt-sid.exp
baseboards/tx39-sim.exp
lib/target.exp

index 868b176..965da72 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2011-03-14  Ben Elliston  <bje@gnu.org>
 
+       * baseboards/cris-sim.exp: Remove trailing semicolon(s).
+       * baseboards/mt-sid.exp: Likewise.
+       * baseboards/tx39-sim.exp: Likewise.
+       * lib/target.exp (default_target_compile): Likewise.
+
+2011-03-14  Ben Elliston  <bje@gnu.org>
+
        Reported by Flash Sheridan <flash@pobox.com>:
        * doc/user.xml (Testing "Hello world" locally): Improve the
        example test script and make it robust to failures.  Tidy some
index d316918..4a6b069 100644 (file)
@@ -45,8 +45,8 @@ if {[istarget *-*-linux*]} {
 
 # Support different multilibs and targets.
 foreach x $board_variant_list {
-    regsub -all "^\[ \t\]*" "$x" "" x;
-    regsub -all "\[ \t\]*$" "$x" "" x;
+    regsub -all "^\[ \t\]*" "$x" "" x
+    regsub -all "\[ \t\]*$" "$x" "" x
 
     switch -- $x {
        # We force the arch to either pre-v32 (i.e. v10) or v32 for the
index 6ff8272..1083c08 100644 (file)
@@ -48,7 +48,7 @@ set_board_info sim,defaultendian "-EB"
 load_generic_config "sid"
 
 # Tells the test harness to use pre-generated sid configurations.
-set_board_info sim,protocol "sid";
+set_board_info sim,protocol "sid"
 
 # This is the name of our entry point symbol.
 set_board_info gdb,start_symbol _start
index d2462d4..79aa8a6 100644 (file)
@@ -19,4 +19,4 @@
 
 # This file is unnecessary, but we'll keep it for now.
 # We're the same as the standard MIPS simulator.
-load_base_board_description "mips-sim";
+load_base_board_description "mips-sim"
index 8d28770..6d82422 100644 (file)
@@ -336,9 +336,9 @@ proc default_target_compile {source destfile type options} {
                append add_flags " [target_info adaflags]"
            }
            if {[board_info $dest exists gnatmake]} {
-               set compiler [target_info gnatmake];
+               set compiler [target_info gnatmake]
            } else {
-               set compiler [find_gnatmake];
+               set compiler [find_gnatmake]
            }
        }