Xref: news2.mv.net comp.os.msdos.djgpp:6731 From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: __attribute__((section)) Date: Fri, 02 Aug 1996 09:25:18 CDT Organization: Rice University, Houston, Texas Lines: 5 Message-ID: <32020fce.sandmann@clio.rice.edu> References: <838930289 DOT 23607 DOT 0 AT abwillms DOT demon DOT co DOT uk> Reply-To: sandmann AT clio DOT rice DOT edu NNTP-Posting-Host: clio.rice.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp > True, point taken. I'd stick .ltext on the end of .text, and .ldata on > the end of .data, as someone else suggested. If you put .ltext on the end of .text and .ldata on the beginning .data, you could lock it with a single call, since they would be adjacent