> It looks like your changes to use separate subdirectories for each test > has broken separate-objdir testing. My test runs from this morning > have: Oh no, I'm sorry. I thought I had tested my changes with out-of-source builds. Thanks for letting me know. > Does the test script need to create the output directory? Yes, it looks like this would be the best way of fixing the problem. What do you think of the attached patch? 2004-02-18 Joel Brobecker * 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. Tested on x86-linux using both approaches: one out-of-source build, and one in-tree build. Thanks, -- Joel