changeset 130:01a2aee8d30b

- Changelog update
author cslag
date Wed, 06 Jul 2016 20:07:08 +0200
parents a130676d0ceb
children 21537652361e
files ChangeLog
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jul 06 15:21:51 2016 +0200
+++ b/ChangeLog	Wed Jul 06 20:07:08 2016 +0200
@@ -7,8 +7,10 @@
   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
 dyncallback:
   o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
+  o MIPS o32, EABI (32 bit) and n64 support
 doc:
   o working html doc generation from TEX sources
 bindings:
@@ -63,7 +65,7 @@
   o fix for ARMv7 Thumb-2 code (tested on iPhone 4 CDMA / iOS 6.0.1)
   o bugfixes for -O2 builds for SPARC-v9 and SPARC-v7
   o new optimized call kernel for SPARC-v9 without conditionals
-  o bigger refactoring and optimization of mips o32
+  o bigger refactoring and optimization of MIPS o32
   o x64 optimizations
 dyncallback:
   o added callback support for plan9
@@ -161,7 +163,7 @@
   o added support for resolving application images itself
 dyncall updates:
   o new platform support: arm/iphone (armv6), x86/Plan9
-  o new mips calling conventions: oabi, n64 (both endian models)
+  o new MIPS calling conventions: o32, n64 (both endian models)
   o cleanup: unexported functions in MASM files, b/c export not needed (thanks Olivier)
   o interface update: added error reporting facility 'dcGetError'
   o bugfix for ppc32/sysv: ellipsis calls were broken