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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,91d0d8cd28bbb477 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.glorb.com!news.doubleSlash.org!open-news-network.org!news.teledata-fn.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Implementing an Ada compiler and libraries. From: Georg Bauhaus In-Reply-To: <1178909398.745971.215770@o5g2000hsb.googlegroups.com> References: <1178721451.073700.10730@y80g2000hsf.googlegroups.com> <6819scxft9y4$.1vlh83ppnnyrh$.dlg@40tude.net> <1178731280.075981.23040@u30g2000hsc.googlegroups.com> <8cu67r7wcdn7$.18rtn6g7506w2$.dlg@40tude.net> <1178818792.829214.95870@q75g2000hsh.googlegroups.com> <1178820387.916393.238070@y80g2000hsf.googlegroups.com> <4644179d$1_5@news.bluewin.ch> <1178905186.012787.167150@y80g2000hsf.googlegroups.com> <1178905389.489947.61760@o5g2000hsb.googlegroups.com> <1178909398.745971.215770@o5g2000hsb.googlegroups.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-Id: <1178915665.8423.4.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Date: Fri, 11 May 2007 22:34:25 +0200 NNTP-Posting-Date: 11 May 2007 22:34:26 CEST NNTP-Posting-Host: a0a44510.newsspool1.arcor-online.net X-Trace: DXC=k6_JI`\i^\_mG86`U=_nC_ic==]BZ:af^4Fo<]lROoRQFl8W>\BH3YRbUAlUhAg9VSA:ho7QcPOVSSM@ZWg5[\?VSaZF30gFVB] X-Complaints-To: usenet-abuse@arcor.de Xref: g2news1.google.com comp.lang.ada:15769 Date: 2007-05-11T22:34:26+02:00 List-Id: On Fri, 2007-05-11 at 11:49 -0700, Lucretia wrote: > how would a compiler that didn't impose limits (are there > any?) manage to find compilation units with'd? At least with GNAT it > uses package name => filename, GNAT also comes with gnatchop, pragma Source_File_Name, and naming conventions. > i.e. how do you know in which file to look? Have you had an opportunity to look at the contents of the library and info files generated by the Aonix (SofCheck) compiler?