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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:c5c1:: with SMTP id f184-v6mr2550840itg.22.1523472385112; Wed, 11 Apr 2018 11:46:25 -0700 (PDT) X-Received: by 2002:a9d:4807:: with SMTP id c7-v6mr352230otf.1.1523472384975; Wed, 11 Apr 2018 11:46:24 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!xmission!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!e130-v6no62601itb.0!news-out.google.com!u64-v6ni94itb.0!nntp.google.com!e130-v6no62599itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 11 Apr 2018 11:46:24 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=47.185.233.194; posting-account=zwxLlwoAAAChLBU7oraRzNDnqQYkYbpo NNTP-Posting-Host: 47.185.233.194 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <552a0627-2a6f-4b51-a1a0-fdc70cc210a7@googlegroups.com> Subject: Ada Implementation of functions and produce C for exotic architectures (Expressif) From: "Dan'l Miller" Injection-Date: Wed, 11 Apr 2018 18:46:25 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:51444 Date: 2018-04-11T11:46:24-07:00 List-Id: In step 5, appears the following text =E2=80=9C=E2=80=A6 header files gener= ated by the CCG tool=E2=80=9D. The C code generated is C header files that= conform (as an ABI of sorts) to the function/procedure declarations in the= Ada spec, but for consumptipn by GCC=E2=80=99s C or C++ compilers. The AL= I file provides other useful-for-interworking information to the binder. C is not a backend target of the GNAT compiler, despite C being a syntactic= /semantic near-isomorph of PDP-11 assembly language limited to only 1970s-e= ra structured programming control-flow constructs instead of offset-branchi= ng.