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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6374c2146421add0,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-26 05:50:49 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: sandrobinetti@yahoo.com (Sandro Binetti) Newsgroups: comp.lang.ada Subject: ADA compiler and ELF object format Date: 26 Nov 2001 05:50:48 -0800 Organization: http://groups.google.com/ Message-ID: <877f1a1d.0111260550.182cd41d@posting.google.com> NNTP-Posting-Host: 195.223.220.65 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1006782649 23302 127.0.0.1 (26 Nov 2001 13:50:49 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 26 Nov 2001 13:50:49 GMT Xref: archiver1.google.com comp.lang.ada:16980 Date: 2001-11-26T13:50:49+00:00 List-Id: 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.