This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Ada/GNAT runtime library?
- From: dewar at gnat dot com (Robert Dewar)
- To: berndtrog at yahoo dot com, dewar at gnat dot com, gcc at gcc dot gnu dot org
- Date: Fri, 18 Oct 2002 10:24:33 -0400 (EDT)
- Subject: Re: Ada/GNAT runtime library?
> OK, I'll take a look on the 705 .ads files .........
Well you should look at only the ones relating to the particular
function you are interested in. If you are interested in the
interface to tasking from the compiler for example, look at the
specs that relate to this
(rtsfind.ads is a useful centralized catalog of runtime interfaces,
and you will see that only a small fraction of the files are used
by the compiler. The great majority of the ads files you mention
have nothing to do with compiler/runtime interface).