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,6b3ebf057333800c X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!62.111.101.3.MISMATCH!news.germany.com!news-stu1.dfn.de!news.uni-stuttgart.de!not-for-mail From: Stefan Bellon Newsgroups: comp.lang.ada Subject: Re: Largest size array in Gnat 2005 for the PC? Date: Wed, 31 Oct 2007 15:36:45 +0100 Organization: Comp.Center (RUS), U of Stuttgart, FRG Message-ID: <20071031153645.1c4de99f@cube.tz.axivion.com> References: <13idb3jbm28kfbe@corp.supernews.com> <4726DD25.7080205@obry.net> <13iedlo32k0b63c@corp.supernews.com> <47274367.1070009@obry.net> <20071030160021.19047e4e@cube.tz.axivion.com> <13ig61r3bvcs6a9@corp.supernews.com> <20071031102213.50fe23fc@cube.tz.axivion.com> <13ih12mihn6if4f@corp.supernews.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: infosun2.rus.uni-stuttgart.de 1193841453 18873 129.69.226.23 (31 Oct 2007 14:37:33 GMT) X-Complaints-To: news@news.uni-stuttgart.de NNTP-Posting-Date: Wed, 31 Oct 2007 14:37:33 +0000 (UTC) X-Newsreader: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; i486-pc-linux-gnu) X-URL: http://www.axivion.com/ Xref: g2news2.google.com comp.lang.ada:2679 Date: 2007-10-31T15:36:45+01:00 List-Id: On Mi, 31 Okt, ME wrote: > I was under the impression ,that GPL would not let you set both stack > and commit using the Wl switch? That's nothing to do with GNAT GPL vs. GNAT Pro etc. You cannot set the commit size using the -Wl syntax, because of the comma. You either need to use the -Xlinker syntax or a project file if you want to set the commit size as well. This is documented in GNAT User Guide (search for --stack). -- Stefan Bellon