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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6374c2146421add0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-26 19:57:27 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: ADA compiler and ELF object format Date: 26 Nov 2001 19:57:26 -0800 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0111261957.21fe20a4@posting.google.com> References: <877f1a1d.0111260550.182cd41d@posting.google.com> NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1006833447 5753 127.0.0.1 (27 Nov 2001 03:57:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 27 Nov 2001 03:57:27 GMT Xref: archiver1.google.com comp.lang.ada:17019 Date: 2001-11-27T03:57:27+00:00 List-Id: sandrobinetti@yahoo.com (Sandro Binetti) wrote in message news:<877f1a1d.0111260550.182cd41d@posting.google.com>... > Hi everybody. > > How coul'd I move the .data section into the .bss section of an ELF > object? > I've seen that leaving uninitialized the variables inside my ADA > program does move the object allocation from the .data section into > the .bss one. Is there another way to achieve the same result? > > Ah, I'm using a GHS Ada Multi Compiler for Sparc. > > Tnx, Sandro. Surely this is the kind of question that you should ask your vendor to sort out for you, since the answer is highly compiler specific.