From mboxrd@z Thu Jan 1 00:00:00 1970 From: David B Anderson To: dmj+@andrew.cmu.edu, ac131313@cygnus.com Cc: gdb-patches@sources.redhat.com Subject: Re: [rfa] mips argument passing fixes for o32 Date: Thu, 12 Jul 2001 17:03:00 -0000 Message-id: <200107130003.RAA57770@quasar.engr.sgi.com> X-SW-Source: 2001-07/msg00318.html Andrew Cagney: |(A+3, yes, sorry). | |The SGI compilers are big endian (correct?) so who knows what they would |do in the little endian case. Correct. Years ago it was possible to emit little-endian code, but on MIPS/IRIX that was irrelevant and is no longer supported. davea@sgi.com