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.5 required=5.0 tests=BAYES_00,INVALID_MSGID, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,88e7ef9008757431 X-Google-Attributes: gid103376,public From: "Pascal Obry" Subject: Re: Function Calls by Address Date: 1999/09/07 Message-ID: <7r2gmk$pd4$1@clnews.edf.fr>#1/1 X-Deja-AN: 522008427 References: <37CADE68.6AF06F5D@escmail.orl.lmco.com> <37CEEFFA.7D73F78D@magic.fr> <7qooh7$hbh$1@nnrp1.deja.com> <37CFFEA6.921CBE59@magic.fr> <7qp5oo$2un@hobbes.crc.com> <7qptoa$cul$1@nnrp1.deja.com> <37D2E1A7.CAC3F923@magic.fr> <7qvasf$sno$1@nnrp1.deja.com> <37D41767.CEB186F4@magic.fr> <7r1cro$9pf$1@nnrp1.deja.com> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 X-Complaints-To: newsadm@news.edf.fr X-Trace: clnews.edf.fr 936691220 26020 130.98.42.146 (7 Sep 1999 08:00:20 GMT) Organization: EDF X-MSMail-Priority: Normal NNTP-Posting-Date: 7 Sep 1999 08:00:20 GMT Newsgroups: comp.lang.ada Date: 1999-09-07T08:00:20+00:00 List-Id: Bob Collins a �crit dans le message : b-collins-0609991935400001@192.168.0.10... > In article <7r1cro$9pf$1@nnrp1.deja.com>, Robert Dewar > wrote: > > > [Much useful and interesting stuff snipped.] > > > SO, once again, I think that ??emstop is a very nice example > > of how subunits can be used in a neat way, with minimal > > syntactic overhead, to achieve exactly what is wanted. > > > [More useful and interesting stuff snipped.] > > Thwre is only one version of ??emstop.adb in my version of > GNAT 3.11p (MachTen), with null bodies for all the > subprograms. Can you post an example? I am interested in > ideas on handling different hardware configurations with > roughly the same basic set of compilation units. > You could download the GNAT sources for 3.11p. Pascal.