diff ChangeLog @ 169:2fa600ea50e7

- marking off solaris/sparc (32 bit) as completely supported (just tested sparc callbacks on solaris (with gnu toolchain, though), works)
author cslag
date Sun, 08 Jan 2017 03:07:57 +0100
parents 164cf1663b7c
children 00dd15cc5c87
line wrap: on
line diff
--- a/ChangeLog	Fri Jan 06 00:19:13 2017 +0100
+++ b/ChangeLog	Sun Jan 08 03:07:57 2017 +0100
@@ -13,6 +13,10 @@
   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
+general:
+  o marked assembly code as not needing an execstack, for security and better/easier integration
+    into other projects/builds; modern toolchains do that automatically on compilation, but not
+    for hand written assembly code (thanks Thorsten Behrens for report and analysis)
 doc:
   o working html doc generation from TEX sources
   o SPARC (32-bit) calling convention description