summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Muller <muller@sourceware.org>2008-01-31 14:46:21 +0000
committerPierre Muller <muller@sourceware.org>2008-01-31 14:46:21 +0000
commita7fa0dedad7e94f3b9691c71c11860c124c24fcc (patch)
treeb0f66e8cb521cc672f2d0001c0e07f04f26f82d7
parent5e1a19265cd8c00d6746a0f0df2d38e81a4237f2 (diff)
downloadbinutils-gdb-a7fa0dedad7e94f3b9691c71c11860c124c24fcc.tar.gz
* gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.pascal/hello.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 43b34ae7f0a..4467b6cb9b4 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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.
diff --git a/gdb/testsuite/gdb.pascal/hello.exp b/gdb/testsuite/gdb.pascal/hello.exp
index 776cb879e94..c2dd0ae9cd2 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