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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: silly ravenscar question Date: Fri, 27 Feb 2015 08:45:38 +0000 Organization: A noiseless patient Spider Message-ID: References: <8e30f54c-81c4-4861-897c-bb6c563c76e8@googlegroups.com> <87wq37d12w.fsf@adaheads.sparre-andersen.dk> <7ae5ec06-f5e3-4c5f-ac95-58b4bf1256a0@googlegroups.com> <87egpfzapq.fsf@theworld.com> <99705630-02e3-4e43-9307-83e55336bc15@googlegroups.com> <8bde840e-4239-42f0-9a92-410b33163007@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="342d0b904178f3fa79dba1c9d29f7c6c"; logging-data="18087"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18Yrqv6/aWddK3FkBSaTblXoFLfUBCJ/So=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (darwin) Cancel-Lock: sha1:KPF2BnElVOXOdxBppbCkgd6PWH8= sha1:Avtnf6SOXds/ARKhyIIBqZ/uWSM= Xref: news.eternal-september.org comp.lang.ada:25050 Date: 2015-02-27T08:45:38+00:00 List-Id: jan.de.kruyf@gmail.com writes: > Would it be unsettling if I asked why there is no system.ads in the > zfp collection? There is a system.ads at gnat-gpl-2014-arm-elf-linux-bin/lib/gcc/arm-eabi/4.7.4/rts-zfp/adainclude/. The zfp package appears to be a construction kit with missing parts and no instructions. > especially the compiler switches at the end. Not sure what you mean here? The top of the system.ads above includes pragma Restrictions (No_Exception_Propagation); pragma Restrictions (No_Exception_Registration); pragma Restrictions (No_Implicit_Dynamic_Code); pragma Restrictions (No_Finalization); pragma Restrictions (No_Tasking); pragma Discard_Names; but I don't know what else is missing (no System.Memory, for a start).