Subject: Re: powerpc gcc alignment problem
To: Dan Winship <danw@MIT.EDU>
From: David Edelsohn <dje@watson.ibm.com>
List: port-powerpc
Date: 12/28/1999 17:01:14
	It looks like treating this 64-bit structure as a double-word
object is decided very early by the compiler, before the block-move
functionality which already handles alignment better.  It looks like the
SLOW_UNALIGNED_ACCESS macro needs to be expanded to accept mode and
align arguments instead of defining a new SUFFICIENTLY_ALIGNED macro.

David