* gdb.base/cursal.exp: Add "" to gdb_load call.

This commit is contained in:
Daniel Jacobowitz 2006-08-01 22:57:49 +00:00
parent 7c00367c28
commit 837c599de6
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
* gdb.base/cursal.exp: Add "" to gdb_load call.
2006-07-29 Mark Kettenis <kettenis@gnu.org>
* gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of

View File

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