Subject: Re: ELF and m68k
To: Ignatios Souvatzis <is@beverly.kleinbus.org>
From: Steve Woodford <scw@netbsd.org>
List: tech-toolchain
Date: 12/06/2000 19:54:53
On Wed, 6 Dec 2000, Ignatios Souvatzis wrote:
> On Wed, Dec 06, 2000 at 07:04:52PM +0000, Steve Woodford wrote:
>
> > NOP=0x4e75
>
> is this something which will actually be executed a lot? In this
> case the code for lea a5@,a5 will work better, as it won't synchronize
AFAICT, ld(1) doesn't insert this into the instruction stream of text
sections, so it's not an issue.
Cheers, Steve