# HG changeset patch # User cslag # Date 1473427396 -7200 # Node ID 8ce75240a0f1354b05bb8160b4783e7743d86926 # Parent 0ab08c1541f061dfc9e0c7ae1480941c176473a6 - changelog update for armhf fix diff -r 0ab08c1541f0 -r 8ce75240a0f1 ChangeLog --- a/ChangeLog Thu Sep 08 23:00:45 2016 +0200 +++ b/ChangeLog Fri Sep 09 15:23:16 2016 +0200 @@ -2,12 +2,13 @@ Version 1.0 (upcoming) dyncall: - o better C++ compiler support (for pointer conversions) o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!) - o fixed potential buffer overrun on arm64 + o fixed potential buffer overrun on ARM64 o error code handling (dcGetError) changes, flag is now cleared (work still underway) o MIPS n64 ellipsis call fixes + o ARM32 armhf ellipsis call fixes + o better C++ compiler support (for pointer conversions) dyncallback: o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!) o MIPS o32 (big- and little-endian), EABI (32 bit, little-endian) and n64 (big-endian) support @@ -26,7 +27,7 @@ o introduced dcArgF and dcVArgF for flexible/convenient argument binding (works like dcCallF/dcVCallF but without the function call) o using -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 + 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 armhf calling convention support for ARM32