* baseboards/mmixware-sim.exp: Likewise.
* config/sim.exp: Likewise.
* runtest.exp: Likewise.
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.
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"
# 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.
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"
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