summaryrefslogtreecommitdiff
path: root/ChangeLog.libffi
diff options
context:
space:
mode:
authorAnthony Green <green@gmachine.(none)>2009-12-25 01:39:00 -0500
committerAnthony Green <green@gmachine.(none)>2009-12-25 01:39:00 -0500
commit1fe3dc7c20dc4dbd8fed0d19c8618027d44ed971 (patch)
treeccd836c26f9e923f3cf03f078aa28d1d22e0170c /ChangeLog.libffi
parentf7c0bc613a88f7dbc2d18b345c10fa438833c170 (diff)
downloadlibffi-1fe3dc7c20dc4dbd8fed0d19c8618027d44ed971.tar.gz
Add windows support patch.
Diffstat (limited to 'ChangeLog.libffi')
-rw-r--r--ChangeLog.libffi29
1 files changed, 18 insertions, 11 deletions
diff --git a/ChangeLog.libffi b/ChangeLog.libffi
index 51ea348..0c53b85 100644
--- a/ChangeLog.libffi
+++ b/ChangeLog.libffi
@@ -1,3 +1,10 @@
+2009-12-25 Carlo Bramini <carlo.bramix@libero.it>
+
+ * configure.ac (AM_LTLDFLAGS): Define for windows hosts.
+ * Makefile.am (libffi_la_LDFLAGS): Add AM_LTLDFLAGS.
+ * configure: Rebuilt.
+ * Makefile.in: Rebuilt.
+
2009-12-24 Anthony Green <green@redhat.com>
* testsuite/libffi.call/huge_struct.c: Fix printf format, and
@@ -224,20 +231,20 @@
2008-12-22 Timothy Wall <twall@users.sf.net>
* testsuite/libffi.call/closure_fn0.c,
- testsuite/libffi.call/closure_fn1.c,
- testsuite/libffi.call/closure_fn2.c,
- testsuite/libffi.call/closure_fn3.c,
- testsuite/libffi.call/closure_fn4.c,
- testsuite/libffi.call/closure_fn5.c,
- testsuite/libffi.call/closure_fn6.c,
- testsuite/libffi.call/closure_loc_fn0.c,
- testsuite/libffi.call/closure_stdcall.c,
- testsuite/libffi.call/cls_align_pointer.c,
- testsuite/libffi.call/cls_pointer.c,
+ testsuite/libffi.call/closure_fn1.c,
+ testsuite/libffi.call/closure_fn2.c,
+ testsuite/libffi.call/closure_fn3.c,
+ testsuite/libffi.call/closure_fn4.c,
+ testsuite/libffi.call/closure_fn5.c,
+ testsuite/libffi.call/closure_fn6.c,
+ testsuite/libffi.call/closure_loc_fn0.c,
+ testsuite/libffi.call/closure_stdcall.c,
+ testsuite/libffi.call/cls_align_pointer.c,
+ testsuite/libffi.call/cls_pointer.c,
testsuite/libffi.call/cls_pointer_stack.c: use portable cast from
pointer to integer (intptr_t).
* testsuite/libffi.call/cls_longdouble.c: disable for win64.
-
+
2008-12-19 Anthony Green <green@redhat.com>
* configure.ac: Bump version to 3.0.8.