# HG changeset patch # User cslag # Date 1438451663 -7200 # Node ID 9ceb368cc0ed78beeecaca887b6fbda0259d41d0 # Parent beafc56094bcc8a20068d579aaf2060ae7cd3958 - ToDo and Changelog diff -r beafc56094bc -r 9ceb368cc0ed ChangeLog --- 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!) diff -r beafc56094bc -r 9ceb368cc0ed ToDo --- 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: -------------