Fix clean_restart <absolute filename> in gdb.arch/thumb*.exp.
Likewise in test-case gdb.arch/pr25124.exp.
Tested on arm-linux, target boards unix/-marm and unix/-mthumb.
return -1
}
-clean_restart $binfile
+clean_restart $testfile
# Check if the disassemble ouput is correct.
gdb_test "x /i main+8" \
}
-clean_restart $binfile
+clean_restart $testfile
#
# Run to `main' where we begin our tests.
return -1
}
-clean_restart $binfile
+clean_restart $testfile
if {![runto_main]} {
return -1