diff options
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.stabs/weird.exp | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 72d9c03..dda7d1b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2013-11-04 Tom Tromey <tromey@redhat.com> + * gdb.stabs/weird.exp: Use gdb_remote_download and + standard_output_file. + +2013-11-04 Tom Tromey <tromey@redhat.com> + * gdb.base/gcore-buffer-overflow.exp: Use standard_output_file, not standard_testfile. * gdb.base/twice.exp: Use standard_testfile, not diff --git a/gdb/testsuite/gdb.stabs/weird.exp b/gdb/testsuite/gdb.stabs/weird.exp index bf0fdba..64e6082 100644 --- a/gdb/testsuite/gdb.stabs/weird.exp +++ b/gdb/testsuite/gdb.stabs/weird.exp @@ -292,7 +292,8 @@ gdb_exit gdb_start gdb_reinitialize_dir $srcdir/$subdir -set binfile [remote_download host ${binfile} object.o] +set binfile [gdb_remote_download host ${binfile} \ + [standard_output_file object.o]] send_gdb "file $binfile\n" # If $binfile is very long, a \r (but not a \n) will echo in the # middle of the echo of the command. So to match the echo, we |