Subject: Re: New Toolchain's gas lossage on m68k
To: Steve Woodford <steve@mctavish.co.uk>
From: Ignatios Souvatzis <is@netbsd.org>
List: tech-toolchain
Date: 11/08/2001 20:40:59
On Wed, Nov 07, 2001 at 10:36:27PM +0000, Steve Woodford wrote:
> What does gas do on other cpus with variable branch offset sizes?

I guess:

if the size isn't known beforehand, and if you're using the variable size
opcode form, treat it as "largest possible size".

	-is