This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MIPS ABI changes in GCC 3.4


Richard Sandiford <rsandifo@redhat.com> writes:
> 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".

I've just installed this change as obvious.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]