From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,85034d1ac78a66eb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-23 05:56:14 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed2.news.rcn.net!rcn!chnws02.ne.ipsvc.net!cyclone.ne.ipsvc.net!24.128.8.70!typhoon.ne.ipsvc.net.POSTED!not-for-mail From: "Jeffrey Creem" Newsgroups: comp.lang.ada References: <5Tzc8.111999$H37.15018616@news2-win.server.ntlworld.com> <3C73F480.5010806@mail.com> <9ff447f2.0202220108.7f14c9bc@posting.google.com> <9SMd8.122423$Pz4.542721@rwcrnsc53> Subject: Re: Ada Operating System X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Sat, 23 Feb 2002 13:53:17 GMT NNTP-Posting-Host: 66.31.5.146 X-Complaints-To: abuse@mediaone.net X-Trace: typhoon.ne.ipsvc.net 1014472397 66.31.5.146 (Sat, 23 Feb 2002 08:53:17 EST) NNTP-Posting-Date: Sat, 23 Feb 2002 08:53:17 EST Organization: ATT Broadband Xref: archiver1.google.com comp.lang.ada:20295 Date: 2002-02-23T13:53:17+00:00 List-Id: "Wannabe h4x0r" wrote in message news:9SMd8.122423$Pz4.542721@rwcrnsc53... >> RTL. i.e. GCCs internal representation tokens. As far as I know, there is > not a single line of C code anywhere in the GNAT source code "proper". > I could be mistaken, but I dont think I am. > > Chris Where is Robert when you need him..Download the gnat source code and take a look...There are certainly some .c files that are part of what I would consider the GNAT portion of GCC..Mostly in the area of the interface to the various OS runtime services... Not a lot them...But there are some there.. Watch sometime especially during the build phase where you do a make with a target of gnatlib and you will see a few.