This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: changing struct bitfield allocation ?


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]