i am using keil3.34 gnu complier. below code is related real view complier
typedef __packed union { WORD W; __packed struct { BYTE L; BYTE H; } WB; } WORD_BYTE;
now how __packed keyword using in gnu compiler in this code ?