> If the issue is that you want to use these structs in a protocol of
> some sort or other, then it's probably best to use
> attribute(__packed__), which has the same effect as the above, but
> with the added benefit of the compiler generating some stubs in code
> so that it can be safely accessed (if with a performance penalty)
> from 'regular' code.

I have sent an email to upstream asking wy it is done like this.  I
suspect it is to optimize for speed, as there is no protocol involved,
but am not sure.  Does it still work on m68k if you remove the
alignment attribute?

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to