This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [Patch] 3/3 FFI: Use __builtin_flush_icache() to flush MIPS i-cache.
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org, rsandifo at nildram dot co dot uk
- Date: Wed, 11 Jul 2007 11:55:21 -0600
- Subject: Re: [Patch] 3/3 FFI: Use __builtin_flush_icache() to flush MIPS i-cache.
- References: <468734D3.3020908@avtrex.com> <4687370E.7090801@avtrex.com> <468CA0EA.5010905@avtrex.com> <87k5te3cmn.fsf@firetop.home>
- Reply-to: tromey at redhat dot com
>>>>> "Richard" == Richard Sandiford <rsandifo@nildram.co.uk> writes:
Richard> David Daney <ddaney@avtrex.com> writes:
>> A new version of the patch. All that changed is the name of the
>> builtin. It is now __builtin___clear_cache().
Richard> Assuming this is considered part of the MIPS target...
Yes, target maintainers can approve patches to the corresponding
libffi port.
Tom