* baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
authorBen Elliston <bje@gnu.org>
Mon, 21 Mar 2016 00:32:31 +0000 (11:32 +1100)
committerBen Elliston <bje@gnu.org>
Mon, 21 Mar 2016 00:32:31 +0000 (11:32 +1100)
* baseboards/mmixware-sim.exp: Likewise.
* config/sim.exp: Likewise.
* runtest.exp: Likewise.

ChangeLog
baseboards/mcore-moto-sim.exp
baseboards/mmixware-sim.exp
config/sim.exp
runtest.exp

index 1b8b095..4ad5b02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2016-03-21  Ben Elliston  <bje@gnu.org>
 
+       * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
+       * baseboards/mmixware-sim.exp: Likewise.
+       * config/sim.exp: Likewise.
+       * runtest.exp: Likewise.
+
+2016-03-21  Ben Elliston  <bje@gnu.org>
+
        * lib/dg.exp (dg-get-options): Clean up regular expression and
        remove FIXME comment about it.
 
index 0259ec0..e0321b0 100644 (file)
@@ -109,9 +109,6 @@ proc sim_load { dest prog args } {
        set status $status2
     }
 
-    # FIXME: Do we need to examine $status?
-    # Yes, we do--what if the simulator itself gets an error and coredumps?
-
     verbose "Return status was: $status" 2
     if { $status == 0 } {
        set result "pass"
index 4cc52c1..1d6cfbd 100644 (file)
@@ -73,6 +73,3 @@ set_board_info ldscript ""
 
 # Return codes aren't supported by the simulator.
 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.
index 87bd403..9b196e3 100644 (file)
@@ -113,9 +113,6 @@ proc sim_load { dest prog args } {
        set status $status2
     }
 
-    # FIXME: Do we need to examine $status?
-    # Yes, we do--what if the simulator itself gets an error and coredumps?
-
     verbose "Return status was: $status" 2
     if { $status == 0 } {
        set result "pass"
index ccd2a4d..e53afdf 100644 (file)
@@ -1694,7 +1694,6 @@ foreach current_target $target_list {
                lappend restore "$var"
            }
            # Handle "CFLAGS=$CFLAGS foo".
-           # FIXME: Do we need to `catch' this?
            eval set $var \[string range \"$varval\" [expr {$tmp + 1}] end\]
            verbose "$var is now [eval concat \$$var]"
            unset tmp var