HI fellows, In my port all bit-field operations being performed as with 'chars 8 bits'. How to tell to gcc that they should be 16 bits? I defined BIGGEST_FIELD_ALIGNMENT as 16 ADJUST_FIELD_ALIGN(...) as 16 and this does not help. Did I miss something? Thanks. ~d