summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2012-01-23 13:43:38 -0500
committerAnthony Green <green@moxielogic.com>2012-01-23 13:43:38 -0500
commitcd2277cc796b96b149cd284ae85326529fe7fb9c (patch)
treefafbd04ec535ccb1ae6c63450f9713536414b179 /ChangeLog
parent164e6fe04b189746c8bd5810c6e3e919770bb9d4 (diff)
downloadlibffi-cd2277cc796b96b149cd284ae85326529fe7fb9c.tar.gz
mend
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 64d5b20..7e2b4d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+2012-01-23 Andreas Schwab <schwab@linux-m68k.org>
+
+ * src/m68k/sysv.S (ffi_call_SYSV): Properly test for plain
+ mc68000. Test for __HAVE_68881__ in addition to __MC68881__.
+
2012-01-23 Alan Hourihane <alanh@fairlite.co.uk>
* src/m68k/ffi.c (ffi_prep_closure_loc): Fix ABI check.
- * src/m68k/sysv.S: Support 68881.
* testsuite/libffi.call/return_sc.c (main): Fix test check.
2012-01-19 Jakub Jelinek <jakub@redhat.com>