mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 11:01:35 +08:00
* gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
This commit is contained in:
@ -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.
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user