This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
[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:
Makefile.in
Description: Text document
Attachment:
gnat_ada.gpr.in
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |