OSDN Git Service

* gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
authormuller <muller>
Thu, 31 Jan 2008 14:46:21 +0000 (14:46 +0000)
committermuller <muller>
Thu, 31 Jan 2008 14:46:21 +0000 (14:46 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.pascal/hello.exp

index 43b34ae..4467b6c 100644 (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.
index 776cb87..c2dd0ae 100644 (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