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,FREEMAIL_FROM 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 mt9mr3013763pbb.5.1335368586077; Wed, 25 Apr 2012 08:43:06 -0700 (PDT) Path: r9ni97345pbh.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: gnat on debian arm Date: Wed, 25 Apr 2012 08:41:46 -0700 (PDT) Organization: http://groups.google.com Message-ID: <16156496.430.1335368506343.JavaMail.geo-discussion-forums@vbfg3> References: NNTP-Posting-Host: 90.198.231.13 Mime-Version: 1.0 X-Trace: posting.google.com 1335368585 15725 127.0.0.1 (25 Apr 2012 15:43:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 25 Apr 2012 15:43:05 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.198.231.13; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-04-25T08:41:46-07:00 List-Id: On Friday, March 9, 2012 4:19:26 PM UTC, 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. Thanks, Luke.