From 581ad5fc3a867c89bb7676ca36bd242c2b1beed5 Mon Sep 17 00:00:00 2001 From: brobecke Date: Thu, 1 Apr 2004 00:53:50 +0000 Subject: [PATCH] * gdb.ada: New subdirectory. * gdb.ada/Makefile.in: New file. * gdb.ada/gnat_ada.gpr.in: New file. --- gdb/testsuite/ChangeLog | 6 ++++++ gdb/testsuite/gdb.ada/Makefile.in | 21 +++++++++++++++++++++ gdb/testsuite/gdb.ada/gnat_ada.gpr.in | 10 ++++++++++ 3 files changed, 37 insertions(+) create mode 100644 gdb/testsuite/gdb.ada/Makefile.in create mode 100644 gdb/testsuite/gdb.ada/gnat_ada.gpr.in diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 25798b6c65..f649b8870c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2004-03-31 Joel Brobecker + * gdb.ada: New subdirectory. + * gdb.ada/Makefile.in: New file. + * gdb.ada/gnat_ada.gpr.in: New file. + +2004-03-31 Joel Brobecker + * lib/ada.exp: New file. 2004-03-24 Daniel Jacobowitz diff --git a/gdb/testsuite/gdb.ada/Makefile.in b/gdb/testsuite/gdb.ada/Makefile.in new file mode 100644 index 0000000000..1fb20482c8 --- /dev/null +++ b/gdb/testsuite/gdb.ada/Makefile.in @@ -0,0 +1,21 @@ +VPATH = @srcdir@ +srcdir = @srcdir@ + +EXECUTABLES = null_record + +MISCELLANEOUS = + +all info install-info dvi install uninstall installcheck check: + @echo "Nothing to be done for $@..." + +clean mostlyclean: + -gnatclean -Pgnat_ada -q $(EXECUTABLES) + -rm -f *~ *.o a.out xgdb *.x *.ci *.tmp + -rm -f core core.coremaker coremaker.core corefile $(EXECUTABLES) + -rm -f $(MISCELLANEOUS) twice-tmp.c + +distclean maintainer-clean realclean: clean + -rm -f *~ core + -rm -f Makefile config.status config.log gnat_ada.gpr + -rm -f *-init.exp + -rm -fr *.log summary detail *.plog *.sum *.psum site.* diff --git a/gdb/testsuite/gdb.ada/gnat_ada.gpr.in b/gdb/testsuite/gdb.ada/gnat_ada.gpr.in new file mode 100644 index 0000000000..f38f37b3cd --- /dev/null +++ b/gdb/testsuite/gdb.ada/gnat_ada.gpr.in @@ -0,0 +1,10 @@ +-- This project files allows us to control the location where the +-- compilation artifacts produced when building the Ada examples +-- are stored. + +project Gnat_Ada is + + for Source_Dirs use ("@srcdir@"); + -- No need to set the Object_Dir, it is set to "." by default. + +end Gnat_Ada; -- 2.11.0