diff ChangeLog @ 197:53c42b1d9f8b

- sparc doc improvements for both, 32 and 64 - changelog, mentioning sparc64 callback support
author Tassilo Philipp
date Sun, 19 Mar 2017 18:43:39 +0100
parents a41bc98e101c
children 3999750fae28
line wrap: on
line diff
--- a/ChangeLog	Sun Mar 19 19:34:34 2017 +0100
+++ b/ChangeLog	Sun Mar 19 18:43:39 2017 +0100
@@ -13,7 +13,8 @@
 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
-  o SPARC (32-bit) support
+  o SPARC32 (v7/v8) support
+  o SPARC64 (v9) support
   o POSIX compliance: fallback for wx alloc on systems that don't have mmap()'s MAP_ANON
 general:
   o marked assembly code as not needing an execstack, for safer/easier integration into other
@@ -21,7 +22,8 @@
     toolchains (thanks Thorsten Behrens for report and analysis)
 doc:
   o working html doc generation from TEX sources
-  o SPARC (32-bit) calling convention description
+  o SPARC32 (v7/v8) calling convention description
+  o SPARC64 (v9) calling convention description
 bindings:
   o better documentation, removed relative path dependencies, general cleanup
   o python: updated to latest signature format (was still on 0.1)