diff options
author | Anthony Green <green@moxielogic.com> | 2013-02-07 18:00:36 -0500 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2013-02-07 18:00:36 -0500 |
commit | fd07c9e40451e0ec1d0475cd54a83d45ccaea2c0 (patch) | |
tree | 58299ed6505176a7f53a3ad3066064620c394394 /ChangeLog | |
parent | ed6ae9501b2bab45daf93b4935eb0c977635b763 (diff) | |
download | libffi-fd07c9e40451e0ec1d0475cd54a83d45ccaea2c0.tar.gz |
Add cache flushing routine for sun compiler on sparc solaris 2.8
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2013-02-07 Anthony Green <green@moxielogic.com> + * src/sparc/v8.S (ffi_flush_icache): Out-of-line cache flusher for + Sun compiler. + * src/sparc/ffi.c (ffi_call): Remove warning. + Call ffi_flush_icache for non-GCC builds. + (ffi_prep_closure_loc): Use ffi_flush_icache. + +2013-02-07 Anthony Green <green@moxielogic.com> + * Makefile.am (EXTRA_DIST): Add libtool-ldflags. * Makefile.in: Rebuilt. * libtool-ldflags: New file. |