From: muller Date: Thu, 31 Jan 2008 14:46:21 +0000 (+0000) Subject: * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}. X-Git-Tag: EOL_registry_mounts~772 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=80f6072083063b400e09c4314885d62e1aea8495;p=pf3gnuchains%2Fpf3gnuchains4x.git * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 43b34ae7f0..4467b6cb9b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-01-31 Pierre Muller + + * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}. + 2008-01-30 Luis Machado * gdb.arch/powerpc-d128-regs.exp: New testcase expect file. diff --git a/gdb/testsuite/gdb.pascal/hello.exp b/gdb/testsuite/gdb.pascal/hello.exp index 776cb879e9..c2dd0ae9cd 100644 --- a/gdb/testsuite/gdb.pascal/hello.exp +++ b/gdb/testsuite/gdb.pascal/hello.exp @@ -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