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: 3.4 PATCH: Fix libffi MIPS O32/N64 ABI handling


On Wed, Oct 08, 2003 at 01:54:47PM +0200, Rainer Orth wrote:
> David,
> 
> > In file included from include/ffi.h:156,
> >                  from ../../../gcccvs/gcc/libffi/src/debug.c:24:
> > ../../../gcccvs/gcc/libffi/include/ffi_mips.h:39: error: parse error 
> > before '--' token
> > In file included from ../../../gcccvs/gcc/libffi/src/debug.c:24:
> 
> sorry about that.  It looks like config/mips/linux.h
> (TARGET_OS_CPP_BUILTINS) is broken for the O32 ABI: it contains (copied
> from iris6.h)
> 
>         builtin_define ("_MIPS_SIM=_MIPS_SIM_ABI32");		\
> 
> instead of this
> 
> 	builtin_define ("_ABIO32=1");			\
> 	builtin_define ("_MIPS_SIM=_ABIO32");		\
> 
> in my current config/mips/iris6.h (not yet reviewed/installed).
> 
> _MIPS_SIM_ABI32 is only defined (on IRIX 6.5) in <sgidefs.h>.  The change
> above matches what SGI's MIPSpro C compiler does and is obviously correct.
> 
> There is another place in mips.h where _MIPS_SIM_ABI32 is used.  It should
> be corrected to use _ABIO32 like all the other _MIPS_SIM tests.
> 
> I'll prepare a patch.

GNU/Linux, on the other hand, expects _MIPS_SIM_ABI32.  It'd be a
little hard to change at this date, since the kernel and C library have
it all over the place.

Not sure if you were proposing that, just commenting.

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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