On Fri, 2010-09-24 at 15:39 -0700, Andrew Pinski wrote: > > (http://gcc.gnu.org/gcc-4.4/changes.html bit-fields). > > > That ABI change only structs which are marked as being packed. If you > have some of those in your code, you need to understand that before > 4.4, it was incorrectly working.
Yup, was meaning to do a grep on the sysroot in MADDE to see where the __attribute__ ((packed)) was used, seems there are no bitfields there, so should be fine with a later GCC :D Thanks, Luke.