* cursal.exp: Pass binfile to gdb_load.

This commit is contained in:
Daniel Jacobowitz 2006-08-02 22:30:20 +00:00
parent e33533a4ed
commit 017b5bd423
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
* cursal.exp: Pass binfile to gdb_load.
2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
* gdb.base/cursal.exp: Add "" to gdb_load call.

View File

@ -42,7 +42,8 @@ gdb_test "set listsize 1" \
gdb_test "list" \
"v0 = 0;" \
"list before run"
gdb_load ""
gdb_load ${binfile}
if {! [runto_main]} {
return -1
}