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,6e45fe936511d518 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: GNAT - System.ads - System Implementation Parameters Date: Thu, 14 Feb 2008 19:09:30 -0500 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <74711a57-e7f2-4a11-90bc-865a3fd07d5d@z17g2000hsg.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls4.std.com 1203034170 30142 192.74.137.71 (15 Feb 2008 00:09:30 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 15 Feb 2008 00:09:30 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:2lELXamEdwcycZ5Fh5jVuwWK1cI= Xref: g2news1.google.com comp.lang.ada:19798 Date: 2008-02-14T19:09:30-05:00 List-Id: Hibou57 writes: > Here is what it contains : > >> -------------------------------------- >> -- System Implementation Parameters -- >> -------------------------------------- >> >> -- These parameters provide information about the target that is used >> -- by the compiler. They are in the private part of System, where they >> -- can be accessed using the special circuitry in the Targparm unit >> -- whose source should be consulted for more detailed descriptions >> -- of the individual switch values. > I would like, if some people know, to have some suggestions to get > formal documentations about those parameters. The part about "Targparm unit" means you can find documentation in the files targparm.ads and targparm.adb in the compiler sources. But modifying these things will most likely break something, unless you really know what you're doing. - Bob