Date: Tue, 22 Jun 1999 09:43:54 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: ld and junk In-Reply-To: <7kmibo$p1g@dfw-ixnews12.ix.netcom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 21 Jun 1999, Marp wrote: > I've noticed that in dos and windows 9x that when you seek past the end of a > file and write some data, the space in-between is filled with junk. My > question is, how does ld for djgpp deal with this? Does it just leave junk > in the output coff image or does it null it? If ld needs to do this, e.g. for aligning purposes, then AFAIK it leaves the junk in the output. Does it hurt something? It shouldn't, I think.