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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,7993782f4ec0bb4f,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!r40g2000yqn.googlegroups.com!not-for-mail From: dhenry Newsgroups: comp.lang.ada Subject: Interfacing Ada with Ada Date: Wed, 2 Dec 2009 06:54:05 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 80.156.46.53 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1259765645 13479 127.0.0.1 (2 Dec 2009 14:54:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 2 Dec 2009 14:54:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r40g2000yqn.googlegroups.com; posting-host=80.156.46.53; posting-account=EZVF2goAAABmd4nprEqIYBBoiiKbAL2e User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.0.15) Gecko/2009102815 Ubuntu/9.04 (jaunty) Firefox/3.0.15,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:8285 Date: 2009-12-02T06:54:05-08:00 List-Id: Hello, Is it possible to interface Ada code compiled with an older compiler (gnat 3.14) and for which I just have specs (ads), objects and ali files (so I can't recompile it), with Ada code compiled with a newer compiler (gnat 2009), and for which I have all the sources? Yours, David.