This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
Re: mips-rtems support
- From: Anthony Green <green at redhat dot com>
- To: Joel Sherrill <joel dot sherrill at oarcorp dot com>
- Cc: <libffi-discuss at sourceware dot org>, Ian Lance Taylor <iant at google dot com>, Ralf Corsepius <ralf dot corsepius at rtems dot org>
- Date: Tue, 08 Feb 2011 08:15:52 -0500
- Subject: Re: mips-rtems support
- References: <4D50494E.9030006@oarcorp.com>
Joel Sherrill <joel.sherrill@oarcorp.com> writes:
> Hi,
>
> The MIPS libffi support assumes that the target
> has sgidefs.h. Per Ian's suggestion, this patch
> adds the few constants required from that file
> on mips-rtems since we do not have it.
>
> Can this please be applied and merged to gcc?
Please commit this to the GCC libffi sources.
Thanks!
AG
>
> Thanks.
>
> 011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com>
>
> * configure.ac: Add mips*-*-rtems* support.
> * configure: Regenerate.
> * src/mips/ffitarget.h: Ensure needed constants are available
> for targets which do not have sgidefs.h.