2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>

* gdb.server/file-transfer.exp: Use EXEEXT variable for
	binfile definition to fix Windows OS failure.
This commit is contained in:
Pierre Muller 2009-01-22 16:01:10 +00:00
parent be04437d39
commit 8653e71c5e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
* gdb.server/file-transfer.exp: Use EXEEXT variable for
binfile definition to fix Windows OS failure.
2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
PR gdb/9346

View File

@ -20,7 +20,7 @@ load_lib gdbserver-support.exp
set testfile "server"
set srcfile ${testfile}.c
set binfile ${objdir}/${subdir}/${testfile}
set binfile ${objdir}/${subdir}/${testfile}${EXEEXT}
if { [skip_gdbserver_tests] } {
return 0