Message-Id: Date: Tue, 27 Aug 1996 16:23:07 +1200 From: Bill Currie To: djgpp-workers AT delorie DOT com Subject: Re: Binutils 2.7 + djgpp.lnk On 27/8/96 2:25 pm, DJ Delorie did thus say >>> > > > Beware, there are some places in some of the code which assume start is at > > 0x10a8 - this has caused some grief. > > There may be a way to tell ld to align using 0x90 NOPs. That would > take care of that problem. Yes, I beleive there is, I'll look into it tonight (probably just a FILL(0x9090) or sumesuch).