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,971b114e178846f7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newscon06.news.prodigy.com!prodigy.net!newsfeed-00.mathworks.com!oleane.net!oleane!in2p3.fr!proxad.net!infeed-3.proxad.net!news18-e.free.fr!not-for-mail Sender: sam@willow.rfc1149.net From: Samuel Tardieu Newsgroups: comp.lang.ada Subject: Re: Named Address Spaces References: <1127231189.761731.126800@g14g2000cwa.googlegroups.com> Date: 20 Sep 2005 18:46:49 +0200 Message-ID: <873bnzptza.fsf@willow.rfc1149.net> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Leafnode-NNTP-Posting-Host: 2001:660:330f:f810:211:2fff:fea6:3aa1 Organization: Guest of ProXad - France NNTP-Posting-Date: 20 Sep 2005 18:50:11 MEST NNTP-Posting-Host: 81.56.47.149 X-Trace: 1127235011 news18-e.free.fr 4297 81.56.47.149:60288 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:4958 Date: 2005-09-20T18:50:11+02:00 List-Id: >>>>> "Rolf" == Rolf writes: Rolf> As Ada has many constructs that help for embedded systems, is Rolf> there a standard way for placing variables and constants into Rolf> specific separate address spaces? None that I know of, and as you said, this may also mean different ways of accessing them. I had to solve this problem several times, and I have always used pragma Linker_Section and specific Read (and Write where applicable) access subprograms. Sam -- Samuel Tardieu -- sam@rfc1149.net -- http://www.rfc1149.net/sam