Browse Source

* baseboards/mcore-moto-sim.exp: Remove old FIXME comment.

* baseboards/mmixware-sim.exp: Likewise.
	* config/sim.exp: Likewise.
	* runtest.exp: Likewise.
dejagnu-1.6
Ben Elliston 11 years ago
parent
commit
7d16f0f551
  1. 7
      ChangeLog
  2. 3
      baseboards/mcore-moto-sim.exp
  3. 3
      baseboards/mmixware-sim.exp
  4. 3
      config/sim.exp
  5. 1
      runtest.exp

7
ChangeLog

@ -1,3 +1,10 @@
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

3
baseboards/mcore-moto-sim.exp

@ -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"

3
baseboards/mmixware-sim.exp

@ -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.

3
config/sim.exp

@ -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"

1
runtest.exp

@ -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

Loading…
Cancel
Save