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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,46a68619f4362304 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!logbridge.uoregon.edu!news.cse.psu.edu!news.aset.psu.edu!not-for-mail From: "Bob Spooner" Newsgroups: comp.lang.ada Subject: Re: Specifying parameter passing convention and place (register) Date: Thu, 8 Jul 2004 10:09:06 -0400 Organization: Penn State University, Center for Academic Computing Message-ID: References: <$RVvBAOy5BPi@eisner.encompasserve.org> <6qg+KjvqRKch@eisner.encompasserve.org> NNTP-Posting-Host: nat2.arl.psu.edu X-Trace: f04n12.cac.psu.edu 1089295751 34454 128.118.40.77 (8 Jul 2004 14:09:11 GMT) X-Complaints-To: usenet@f04n12.cac.psu.edu NNTP-Posting-Date: Thu, 8 Jul 2004 14:09:11 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Xref: g2news1.google.com comp.lang.ada:2120 Date: 2004-07-08T10:09:06-04:00 List-Id: Nick, If you look at the parameter passing mechanisms available when using interface pragmas such as Export_Procedure, you may be able to specify what you want. Bob "Nick Roberts" wrote in message news:opsascnzjtp4pfvb@bram-2... > On 7 Jul 2004 13:54:01 -0500, Larry Kilgallen > wrote: > > > > http://h71000.www7.hp.com/commercial/ada/documentation.html > > Well that weird link redirects me to another page, which, believe it or > not, is practically the /second/ place I looked! Unfortunately, although > this page has links to various bits of Ada documentation, none of that > documentation has the information I need. I have looked in the LRM listed > there (a PDF file), which lists the implementation-specific pragmas and > attributes, but there are neither any pragmas nor any attributes relating > to parameter passing mechanisms. > > Do I take it DEC Ada doesn't, in fact, have any such pragmas or attributes? >