]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/lib/ada.exp
* gdb.ada/gnat_ada.gpr: New file.
authorJoel Brobecker <brobecker@gnat.com>
Thu, 3 Feb 2005 03:58:53 +0000 (03:58 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 3 Feb 2005 03:58:53 +0000 (03:58 +0000)
commit464dd14d58f648ec577fda6004708c385e3084a3
treee79cc0d5038017851985265ae7b374a6129c6933
parent11f25ea6caba4354a6c58653e92e125313d5a659
    * gdb.ada/gnat_ada.gpr: New file.
        * gdb.ada/gnat_ada.gin: Delete, no longer used.
        * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
        * configure.ac: No longer generate gnat_ada.gpr.
        * configure: Regenerate.
        * gdb.ada/Makefile.in: Minor adaptations due to new project file.
        * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
        * gdb.ada/null_record/bar.ads: Likewise.
        * gdb.ada/null_record/bar.adb: Likewise.
        * gdb.ada/fixed_points/fixed_points.adb: Likewise.
        * gdb.ada/null_record.exp (testdir): New variable.
        (testfile): executable is now in testdir subdirectory.
        (srcfile): Use full path to the main compilation unit.
        * gdb.ada/fixed_points.exp: Same changes as above.
12 files changed:
gdb/testsuite/ChangeLog
gdb/testsuite/configure
gdb/testsuite/configure.ac
gdb/testsuite/gdb.ada/Makefile.in
gdb/testsuite/gdb.ada/fixed_points.exp
gdb/testsuite/gdb.ada/fixed_points/fixed_points.adb [moved from gdb/testsuite/gdb.ada/fixed_points.adb with 100% similarity]
gdb/testsuite/gdb.ada/gnat_ada.gpr [moved from gdb/testsuite/gdb.ada/gnat_ada.gin with 85% similarity]
gdb/testsuite/gdb.ada/null_record.exp
gdb/testsuite/gdb.ada/null_record/bar.adb [moved from gdb/testsuite/gdb.ada/bar.adb with 100% similarity]
gdb/testsuite/gdb.ada/null_record/bar.ads [moved from gdb/testsuite/gdb.ada/bar.ads with 100% similarity]
gdb/testsuite/gdb.ada/null_record/null_record.adb [moved from gdb/testsuite/gdb.ada/null_record.adb with 100% similarity]
gdb/testsuite/lib/ada.exp