libgcc_s, Linux, and PT_GNU_EH_FRAME, and binutils

Mark Mitchell mark@codesourcery.com
Tue Aug 6 11:20:00 GMT 2002


If sizeof(T)*8 < n, let T' be the largest integral POD type with
sizeof(T')*8 <= n. The bitfield is allocated starting at the next
offset aligned appropriately for T', with length n bits. The first
sizeof(T)*8 bits are used to hold the value of the bitfield,
followed by n - sizeof(T)*8 bits of padding.


More information about the Gcc mailing list