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,9f79bf3a95fa27f0 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.125.233 with SMTP id mt9mr3027156pbb.5.1335368933258; Wed, 25 Apr 2012 08:48:53 -0700 (PDT) Path: r9ni97363pbh.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: gnat on debian arm Date: Wed, 25 Apr 2012 08:48:52 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2686916.432.1335368932863.JavaMail.geo-discussion-forums@vbbcc6> References: <16156496.430.1335368506343.JavaMail.geo-discussion-forums@vbfg3> NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 X-Trace: posting.google.com 1335368933 19461 127.0.0.1 (25 Apr 2012 15:48:53 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 25 Apr 2012 15:48:53 +0000 (UTC) In-Reply-To: <16156496.430.1335368506343.JavaMail.geo-discussion-forums@vbfg3> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-04-25T08:48:52-07:00 List-Id: Lucretia wrote on comp.lang.ada: > tonyg wrote: >> Does anyone know if gnat is fully ported to debian ARM and its >> status? > > Well, yeah, but no, but, is the best answer. > > Debian ARM is actually arm-eabi, The current ARM GNAT's exception > handling uses SJLJ which is not part of the EABI standard; the > standard uses ZCX in DWARF2 tables, which has not been ported to > ARM yet, I've tried and got stuck/confused. IIUC, that means that pure Ada programs work perfectly well but that exceptions cannot cross language boundaries, i.e. if your Ada program uses some C++ library that raises exceptions, then you cannot handle the exception in Ada? Big deal. Otherwise, could you please elaborate on what you mean by "stuck/confused"? -- Ludovic Brenta.