* [RFA/testsuite/ada] Add gdb.ada subdirectory + Makefile & Ada project file
@ 2004-03-29 20:02 Joel Brobecker
2004-03-30 22:08 ` Joel Brobecker
0 siblings, 1 reply; 4+ messages in thread
From: Joel Brobecker @ 2004-03-29 20:02 UTC (permalink / raw)
To: gdb-patches
Hello,
This is a continuation of:
http://sources.redhat.com/ml/gdb-patches/2004-03/msg00726.html
This "patch" add a new subdirectory named gdb.ada, designed to contain
testcases that involve applications written in Ada. Besides creating
that subdirectory, it adds a Makefile.in and a GNAT project file stub
(gnat_ada.gpr.in). The purpose of the GNAT project file is to provide
the GNAT toolsuite with some information such as source location, and
where to store the object files and executables.
2004-03-29 J. Brobecker <brobecker@gnat.com>
* gdb.ada: New subdirectory.
* gdb.ada/Makefile.in: New file.
* gdb.ada/gnat_ada.gpr.in: New file.
Tested on x86-linux, using a small Ada testcase.
OK to apply?
Thanks,
--
Joel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFA/testsuite/ada] Add gdb.ada subdirectory + Makefile & Ada project file
2004-03-29 20:02 [RFA/testsuite/ada] Add gdb.ada subdirectory + Makefile & Ada project file Joel Brobecker
@ 2004-03-30 22:08 ` Joel Brobecker
2004-03-31 16:11 ` Andrew Cagney
0 siblings, 1 reply; 4+ messages in thread
From: Joel Brobecker @ 2004-03-30 22:08 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 820 bytes --]
[Doh! With the files attached this time... Thanks Andrew!]
Hello,
This is a continuation of:
http://sources.redhat.com/ml/gdb-patches/2004-03/msg00726.html
This "patch" add a new subdirectory named gdb.ada, designed to contain
testcases that involve applications written in Ada. Besides creating
that subdirectory, it adds a Makefile.in and a GNAT project file stub
(gnat_ada.gpr.in). The purpose of the GNAT project file is to provide
the GNAT toolsuite with some information such as source location, and
where to store the object files and executables.
2004-03-29 J. Brobecker <brobecker@gnat.com>
* gdb.ada: New subdirectory.
* gdb.ada/Makefile.in: New file.
* gdb.ada/gnat_ada.gpr.in: New file.
Tested on x86-linux, using a small Ada testcase.
OK to apply?
Thanks,
--
Joel
[-- Attachment #2: Makefile.in --]
[-- Type: text/plain, Size: 580 bytes --]
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.*
[-- Attachment #3: gnat_ada.gpr.in --]
[-- Type: text/plain, Size: 290 bytes --]
-- 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;
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFA/testsuite/ada] Add gdb.ada subdirectory + Makefile & Ada project file
2004-03-30 22:08 ` Joel Brobecker
@ 2004-03-31 16:11 ` Andrew Cagney
2004-04-01 0:58 ` Joel Brobecker
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cagney @ 2004-03-31 16:11 UTC (permalink / raw)
To: Joel Brobecker; +Cc: gdb-patches
Ok.
2004-03-29 J. Brobecker <brobecker@gnat.com>
* gdb.ada: New subdirectory.
* gdb.ada/Makefile.in: New file.
* gdb.ada/gnat_ada.gpr.in: New file.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFA/testsuite/ada] Add gdb.ada subdirectory + Makefile & Ada project file
2004-03-31 16:11 ` Andrew Cagney
@ 2004-04-01 0:58 ` Joel Brobecker
0 siblings, 0 replies; 4+ messages in thread
From: Joel Brobecker @ 2004-04-01 0:58 UTC (permalink / raw)
To: Andrew Cagney; +Cc: gdb-patches
> Ok.
>
> 2004-03-29 J. Brobecker <brobecker@gnat.com>
>
> * gdb.ada: New subdirectory.
> * gdb.ada/Makefile.in: New file.
> * gdb.ada/gnat_ada.gpr.in: New file.
Thank you, checked in.
--
Joel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-04-01 0:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-29 20:02 [RFA/testsuite/ada] Add gdb.ada subdirectory + Makefile & Ada project file Joel Brobecker
2004-03-30 22:08 ` Joel Brobecker
2004-03-31 16:11 ` Andrew Cagney
2004-04-01 0:58 ` Joel Brobecker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox