changeset 19:9ceb368cc0ed

- ToDo and Changelog
author cslag
date Sat, 01 Aug 2015 19:54:23 +0200
parents beafc56094bc
children 1c539fb1d2dd
files ChangeLog ToDo
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Aug 01 19:50:49 2015 +0200
+++ b/ChangeLog	Sat Aug 01 19:54:23 2015 +0200
@@ -7,6 +7,7 @@
   o introduced dcArgF and dcVArgF for flexible/convenient argument binding (works like dcCallF/dcVCallF but without the function call)
   o added -fPIC by default for FreeBSD
   o PPC32 linux syscall support
+  o fixed return value errors for arm32 on some platforms (e.g. freebsd/arm32, nintendo ds); arm & thumb mode
 dyncallback:
   o ARM64 support (AAPCS64 on Linux, Apple's derived version on iOS)
   o PPC64 support (thanks Masanori!)
--- a/ToDo	Sat Aug 01 19:50:49 2015 +0200
+++ b/ToDo	Sat Aug 01 19:54:23 2015 +0200
@@ -17,6 +17,7 @@
 - fix Minix/x86 callbacks (see callback_suite)
 - fix Linux/rpi callbacks (call_suite)
 - armhf callback support
+- armhf callconv manual entry
 
 build-system:
 -------------