This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: MIPS ABI changes in GCC 3.4
- From: Richard Sandiford <rsandifo at redhat dot com>
- To: Daniel Jacobowitz <drow at mvista dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 03 Dec 2003 22:07:49 +0000
- Subject: Re: MIPS ABI changes in GCC 3.4
- References: <20031203213509.GA2265@nevyn.them.org>
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