summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2010-08-05 09:02:41 -0400
committerAnthony Green <green@moxielogic.com>2010-08-05 09:02:41 -0400
commitbda487e87064f27965155459a62dc52a744778d0 (patch)
treee866c003a6d158e91edf96bc81977639a16c16f9 /ChangeLog
parentc1d28ba8d5029795af313ffeb81c97efc6d4c847 (diff)
downloadlibffi-bda487e87064f27965155459a62dc52a744778d0.tar.gz
Don't use -safeseh with ml64
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a0c20a..11ada5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@
* src/prep_cif.c: Push stack space computation into src/x86/ffi.c
for X86_ANY so return value space doesn't get added twice.
+2010-08-03 Neil Rashbrooke <neil@parkwaycc.co.uk>
+
+ * msvcc.sh: Don't pass -safeseh to ml64 because behavior is buggy.
+
2010-07-22 Dan Witte <dwitte@mozilla.com>
* src/*/ffitarget.h: Make FFI_LAST_ABI one past the last valid ABI.