This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ada GNARL naming convention
- From: Arnaud Charlet <charlet at ACT-Europe dot FR>
- To: "John R. Shannon" <john at johnrshannon dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 25 Nov 2003 23:24:21 +0100
- Subject: Re: Ada GNARL naming convention
- References: <200311251102.12749.john@johnrshannon.com>
> Is there any documentation describing the naming conventions used for the
> GNARL component files? Specifically, I'm trying to determine how to name new
> OS primitives files for binding GNARL to host native pthreads.
There's no real rule.
The reference for current files is ada/Makefile.in.
The idea for a new port is to take the next free letter available (e.g. 7 or 8)
Arno