cvs commit: src/include ar.h

Daniel O'Connor doconnor at gsoft.com.au
Sun Nov 19 08:14:03 UTC 2006


On Sunday 19 November 2006 07:35, Marcel Moolenaar wrote:
> Also, since this discussion is the result of ARM aligning structures
> on 4-byte boundaries, I think that the use of __packed to compensate
> for excessive alignment is just plain wrong. We have __aligned(x) to
> inform the compiler about what the alignment of an object should be
> and that's the tool we should use to tell the compiler on ARM that
> we in fact want 1-byte alignment. take for example, the following
> structure:

Just a quick point..
__aligned__ only specified a minimum packing requirement - there is no way to 
specify a maximum (I believe)

If the underlying problem IS too large an alignment then you're screwed if you 
want a reasonably portable solution.. Perhaps __packed__ convinces the 
compiler to reduce alignment.

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20061119/ac6418b9/attachment.pgp


More information about the cvs-src mailing list