This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Contribution: iWMMXt architecture support for ARM
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Nick Clifton <nickc at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Richard dot Earnshaw at arm dot com
- Date: Mon, 23 Jun 2003 11:20:05 +0100
- Subject: Re: Contribution: iWMMXt architecture support for ARM
- Organization: ARM Ltd.
- Reply-to: Richard dot Earnshaw at arm dot com
nickc@redhat.com said:
>
> I am applying the patch below to add support for Intel's second
> generation XScale architecture, known as iWMMXt or Intel Wireless
> Multimedia Extensions, to the ARM port.
Unfortunately, this is breaking libobjc. For some reason libobjc tries to
use macros defined in machine descriptions, and this breaks badly from
time to time. This is one such occasion :-(
R.