> I know of only one case where obscure packing is needed and in this
 > case even #pragma pack(1) does not work:
 > 
 > It seems that gcc needs "__attribute__((packed))" past some structure
 > definitions in order to avoid post structure padding for ARM
 > processors.

I'm not sure I follow; are you saying that gcc generally supports use of
either #pragma pack or __attribute__((packed)), but in the specific case
above, only the latter works?  Strange.

--
meem
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to