* gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.

This commit is contained in:
Pierre Muller 2008-01-31 14:46:21 +00:00
parent 5e1a19265c
commit a7fa0dedad
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
* gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
2008-01-30 Luis Machado <luisgpm@br.ibm.com>
* gdb.arch/powerpc-d128-regs.exp: New testcase expect file.

View File

@ -21,7 +21,7 @@ load_lib "pascal.exp"
set testfile "hello"
set srcfile ${testfile}.pas
set binfile ${objdir}/${subdir}/${testfile}
set binfile ${objdir}/${subdir}/${testfile}${EXEEXT}
if {[gdb_compile_pascal "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug ]] != "" } {
return -1