From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philip Blundell To: David Milburn Cc: "'crossgcc@sources.redhat.com'" , "'releng@cygnus.com'" Subject: Re: Arm packing Date: Thu, 26 Oct 2000 12:03:00 -0000 Message-id: References: <01C03F54.43919130@VECTRA> X-SW-Source: 2000-10/msg00117.html >Is this a arm compiler (armv4l-unknown-linux-gnu) bug? No, it's a feature. The ARM ABI says that structures are always aligned to a multiple of 32 bits; in order for arrays of structs to work out this implies that they have to be a multiple of 32 bits in size as well. p. ------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com