summaryrefslogtreecommitdiff
path: root/libffi/ChangeLog.x32
diff options
context:
space:
mode:
Diffstat (limited to 'libffi/ChangeLog.x32')
-rw-r--r--libffi/ChangeLog.x328
1 files changed, 8 insertions, 0 deletions
diff --git a/libffi/ChangeLog.x32 b/libffi/ChangeLog.x32
new file mode 100644
index 00000000000..c73378999a1
--- /dev/null
+++ b/libffi/ChangeLog.x32
@@ -0,0 +1,8 @@
+2011-12-06 H.J. Lu <hongjiu.lu@intel.com>
+
+ * src/x86/ffi64.c (ffi_call): Cast the return value to
+ unsigned long.
+
+ * src/x86/ffitarget.h (ffi_arg): Set to unsigned long long for
+ x32.
+ (ffi_sarg): Set to long for x32.