Index: fixed_points.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/fixed_points.exp,v retrieving revision 1.2 diff -u -p -r1.2 fixed_points.exp --- fixed_points.exp 3 Feb 2005 03:58:52 -0000 1.2 +++ fixed_points.exp 18 Feb 2005 21:52:11 -0000 @@ -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 } Index: null_record.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/null_record.exp,v retrieving revision 1.5 diff -u -p -r1.5 null_record.exp --- null_record.exp 3 Feb 2005 03:58:53 -0000 1.5 +++ null_record.exp 18 Feb 2005 21:52:11 -0000 @@ -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 } Index: packed_array.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/packed_array.exp,v retrieving revision 1.1 diff -u -p -r1.1 packed_array.exp --- packed_array.exp 15 Feb 2005 15:35:26 -0000 1.1 +++ packed_array.exp 18 Feb 2005 21:52:11 -0000 @@ -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 } Index: start.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.ada/start.exp,v retrieving revision 1.1 diff -u -p -r1.1 start.exp --- start.exp 9 Feb 2005 19:38:01 -0000 1.1 +++ start.exp 18 Feb 2005 21:52:11 -0000 @@ -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 }