summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2013-02-07 18:00:36 -0500
committerAnthony Green <green@moxielogic.com>2013-02-07 18:00:36 -0500
commitfd07c9e40451e0ec1d0475cd54a83d45ccaea2c0 (patch)
tree58299ed6505176a7f53a3ad3066064620c394394 /ChangeLog
parented6ae9501b2bab45daf93b4935eb0c977635b763 (diff)
downloadlibffi-fd07c9e40451e0ec1d0475cd54a83d45ccaea2c0.tar.gz
Add cache flushing routine for sun compiler on sparc solaris 2.8
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2eeb805..9c4df65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.