* gdb.ada/fixed_points.exp: Create compilation object directory
authorJoel Brobecker <brobecker@gnat.com>
Thu, 24 Feb 2005 23:54:03 +0000 (23:54 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 24 Feb 2005 23:54:03 +0000 (23:54 +0000)
        before running the test.
        * gdb.ada/null_record.exp: Likewise.
        * gdb.ada/packed_array.exp: Likewise.
        * gdb.ada/start.exp: Likewise.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.ada/fixed_points.exp
gdb/testsuite/gdb.ada/null_record.exp
gdb/testsuite/gdb.ada/packed_array.exp
gdb/testsuite/gdb.ada/start.exp

index 567558b5656047fb3181ad4442d6e07971184303..f0a278e49b1cf6966b412abbd807c2b8a57164ba 100644 (file)
@@ -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.
index db47bd3b5c26e5d3a1691822887967f7afde2c5e..7a4d2fbac1a28ec011243b0435a646956a7c8651 100644 (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
 }
index 1989d0b3e2db3ebe8391d1e38fc84023238dfb22..c3cbd9389dda90c2265a1975fbb39e99b144cac6 100644 (file)
@@ -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 6192470e860f5d2319cb2b17b5b92fc6949e1208..aa75450b51e2864b1a288c97a63032f9d8616645 100644 (file)
@@ -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 31c3ea17bcd9ac9b7e9512065ba76b1b6c3e0adc..f91e8728b160b9923fc941562b5dfdf5af75b69b 100644 (file)
@@ -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
 }