2008-06-25 Jan Kratochvil * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument. --- ./gdb/testsuite/lib/gdb.exp 4 May 2008 04:04:11 -0000 1.102 +++ ./gdb/testsuite/lib/gdb.exp 25 Jun 2008 15:30:34 -0000 @@ -2732,7 +2732,7 @@ proc clean_restart { executable } { # Please refer to build_executable for parameter description. proc prepare_for_testing { testname executable {sources ""} {options {debug}}} { - if {[build_executable $testname $executable $sources] == -1} { + if {[build_executable $testname $executable $sources $options] == -1} { return -1 } clean_restart $executable