MIPS ABI changes in GCC 3.4

Richard Sandiford rsandifo@redhat.com
Wed Dec 3 23:03:00 GMT 2003


Daniel Jacobowitz <drow@mvista.com> writes:
> If I use a 3.3-branch compiler and this testcase:
> 
> struct s { int i[17]; };
> int f (struct s x)
> {
>   return x.i[16];
> }
> 
> then the struct is passed by value for little endian and by reference for
> big endian.

You're right, sorry, the entry should read "Endianness: big"
not "Endiannes: either".

Richard



More information about the Gcc mailing list