On Wed, Dec 22, 2010 at 08:46:43PM +0000, Jonathan A. Kollasch wrote: > > Log Message: > It just so happens we don't need -Wno-attributes if we > place __packed in the right place.
Does that need __packed (which would force unaligned access code)
be added for all accesses, or just __attribute__((aligned(n))) for
some fields?
This doesn't make much difference on i386, but will on archs that
don't support misaligned accesses.
David
--
David Laight: [email protected]
