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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,64815469c35bbcbe X-Google-Attributes: gid103376,public From: Dan Baysinger Subject: Re: GNAT: pragma Ravenscar Date: 1999/12/03 Message-ID: <38a139f2.2fd2d7f2@usw-ex0101-001.remarq.com>#1/1 X-Deja-AN: 556585071 References: <38440543.DE6747F3@icn.siemens.de> <87vh6j4tpo.fsf@deneb.cygnus.argh.org> <823itq$inu$1@nnrp1.deja.com> <877liy2u7d.fsf@deneb.cygnus.argh.org> <825utq$981$1@nnrp1.deja.com> X-Originating-Host: 168.191.181.26 X-Complaints-To: wrenabuse@remarq.com X-Trace: WReNphoon3 944327174 10.0.2.5 (Sat, 04 Dec 1999 09:06:14 PST) Organization: http://www.remarq.com: The World's Usenet/Discussions Start Here NNTP-Posting-Date: Sat, 04 Dec 1999 09:06:14 PST Newsgroups: comp.lang.ada X-Wren-Trace: eLGUvL2k46ni9aS3vfS89q/so7Wtpvips7iskrqqrfiwsL+zsPzk7uvo++XmoOz36Ozz7PA= Date: 1999-12-03T00:00:00+00:00 List-Id: I don't know about the Ravenscar pragma, but I can attest to the fact that the No_Run_Time pragma is enforced by GNAT 3.12p. If it's in your gnat.adc file before you link, you just don't get a runtime system at all. If it's in your gnat.adc before you compile, then the compile will identify any constructs that require runtime system support. I used it to create Tcl commands with Ada in a shell that included Expect. That way I was confident that Expect could handle the signals without conficts with the Ada runtime system. It also makes for a much smaller executable. * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network * The fastest and easiest way to search and participate in Usenet - Free!