diff options
author | David Daney <ddaney@avtrex.com> | 2007-07-12 02:19:41 +0000 |
---|---|---|
committer | David Daney <daney@gcc.gnu.org> | 2007-07-12 02:19:41 +0000 |
commit | 433e6a8cf26e3d3164250884b088dd396c131b9f (patch) | |
tree | db31f1418b9522bff0c48d76e6e88d3055e3ff43 /libffi/ChangeLog | |
parent | 66a82a79ea15ecc42f8b82fc8e99e6fd57ab497e (diff) | |
download | gcc-433e6a8cf26e3d3164250884b088dd396c131b9f.zip gcc-433e6a8cf26e3d3164250884b088dd396c131b9f.tar.gz gcc-433e6a8cf26e3d3164250884b088dd396c131b9f.tar.bz2 |
ffi.c: Don't include sys/cachectl.h.
* src/mips/ffi.c: Don't include sys/cachectl.h.
(ffi_prep_closure_loc): Use __builtin___clear_cache() instead of
cacheflush().
From-SVN: r126567
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r-- | libffi/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog index 7cb0036..2776084 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,9 @@ +2007-07-11 David Daney <ddaney@avtrex.com> + + * src/mips/ffi.c: Don't include sys/cachectl.h. + (ffi_prep_closure_loc): Use __builtin___clear_cache() instead of + cacheflush(). + 2007-05-18 Aurelien Jarno <aurelien@aurel32.net> * src/arm/ffi.c (ffi_prep_closure_loc): Renamed and ajusted |