From: "Marp" Newsgroups: comp.os.msdos.djgpp Subject: ld and junk Date: Mon, 21 Jun 1999 19:37:26 -0400 Organization: Netcom Lines: 6 Message-ID: <7kmibo$p1g@dfw-ixnews12.ix.netcom.com> NNTP-Posting-Host: prn-nj3-01.ix.netcom.com X-NETCOM-Date: Mon Jun 21 6:37:28 PM CDT 1999 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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?