forked from Imagelibrary/binutils-gdb
* gdb.ada/fixed_points.exp: Create compilation object directory
before running the test.
* gdb.ada/null_record.exp: Likewise.
* gdb.ada/packed_array.exp: Likewise.
* gdb.ada/start.exp: Likewise.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
2004-02-24 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.ada/fixed_points.exp: Create compilation object directory
|
||||
before running the test.
|
||||
* gdb.ada/null_record.exp: Likewise.
|
||||
* gdb.ada/packed_array.exp: Likewise.
|
||||
* gdb.ada/start.exp: Likewise.
|
||||
|
||||
2005-02-15 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdb.ada/packed_array/pa.adb: New file.
|
||||
|
||||
@@ -26,6 +26,7 @@ set testfile "${testdir}/fixed_points"
|
||||
set srcfile ${srcdir}/${subdir}/${testfile}.adb
|
||||
set binfile ${objdir}/${subdir}/${testfile}
|
||||
|
||||
file mkdir ${objdir}/${subdir}/${testdir}
|
||||
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug ]] != "" } {
|
||||
return -1
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@ set testfile "${testdir}/null_record"
|
||||
set srcfile ${srcdir}/${subdir}/${testfile}.adb
|
||||
set binfile ${objdir}/${subdir}/${testfile}
|
||||
|
||||
file mkdir ${objdir}/${subdir}/${testdir}
|
||||
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug ]] != "" } {
|
||||
return -1
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@ set testfile "${testdir}/pa"
|
||||
set srcfile ${srcdir}/${subdir}/${testfile}.adb
|
||||
set binfile ${objdir}/${subdir}/${testfile}
|
||||
|
||||
file mkdir ${objdir}/${subdir}/${testdir}
|
||||
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug ]] != "" } {
|
||||
return -1
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@ set testfile "${testdir}/dummy"
|
||||
set srcfile ${srcdir}/${subdir}/${testfile}.adb
|
||||
set binfile ${objdir}/${subdir}/${testfile}
|
||||
|
||||
file mkdir ${objdir}/${subdir}/${testdir}
|
||||
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug ]] != "" } {
|
||||
return -1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user