changing struct bitfield allocation ?
DJ Delorie
dj@redhat.com
Fri Jul 25 07:22:00 GMT 2003
> It says it doesn't affect packing into bytes or words. I think it
> does affect bit-fields. See, for example, h8300.h: it defines
> BITS_BIG_ENDIAN to 0, even though BYTES_BIG_ENDIAN is 1, and I *think*
> it gets the effect you want.
Well, it doesn't. It says it controls how bit-extraction insns number
the bits, and doesn't seem to control the memory layout at all.
More information about the Gcc
mailing list