changeset 147:8ce75240a0f1

- changelog update for armhf fix
author cslag
date Fri, 09 Sep 2016 15:23:16 +0200
parents 0ab08c1541f0
children 12729fd52ab7
files ChangeLog
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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