On Sun, Nov 12, 2006 at 09:28:49PM +0530, Joseph Koshy wrote: > GCC/arm also thinks that the alignment requirement for > `char a[1]' is `4', even though `sizeof(char a[1])` > remains at 1. > > This doesn't make sense at many levels. But is legal for an ANSI C compiler to do so. (As I understand it, the reason for the original ARM ABI on other operating systems choosing to do this alignment was because it was thought that word alignment even of arrays would generate faster code. I think that they now realise that actually this is not the case) I'm not following FreeBSD closely enough to know whether ARM has shipped as a released supported platform yet, but if not then I believe that FreeBSD is free to change its ARM ABI to anything that it feels more suitable. It may be worth talking to the ARM Linux folks to find out what they would have done differently in the ABI had they known. I suspect that the EABI described in http://wiki.debian.org/ArmEabiPort is based on previous pain. Has FreeBSD adopted the wonderful mixed endian IEEE 64 bit representation too? (Yep, that's legal. But catches a lot of code too) Nicholas ClarkReceived on Sun Nov 12 2006 - 16:07:22 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:02 UTC