comparison 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
comparison
equal deleted inserted replaced
196:95cf20c0d1de 197:53c42b1d9f8b
11 o fixed ARM32-THUMB stack alignment issues (found on Cortex-m0, thanks Darren Whobrey!) 11 o fixed ARM32-THUMB stack alignment issues (found on Cortex-m0, thanks Darren Whobrey!)
12 o better C++ compiler support (for pointer conversions) 12 o better C++ compiler support (for pointer conversions)
13 dyncallback: 13 dyncallback:
14 o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!) 14 o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
15 o MIPS o32 (big- and little-endian), EABI (32 bit, little-endian) and n64 (big-endian) support 15 o MIPS o32 (big- and little-endian), EABI (32 bit, little-endian) and n64 (big-endian) support
16 o SPARC (32-bit) support 16 o SPARC32 (v7/v8) support
17 o SPARC64 (v9) support
17 o POSIX compliance: fallback for wx alloc on systems that don't have mmap()'s MAP_ANON 18 o POSIX compliance: fallback for wx alloc on systems that don't have mmap()'s MAP_ANON
18 general: 19 general:
19 o marked assembly code as not needing an execstack, for safer/easier integration into other 20 o marked assembly code as not needing an execstack, for safer/easier integration into other
20 projects/builds, where needed; this is needed b/c of questionable default behaviours of some 21 projects/builds, where needed; this is needed b/c of questionable default behaviours of some
21 toolchains (thanks Thorsten Behrens for report and analysis) 22 toolchains (thanks Thorsten Behrens for report and analysis)
22 doc: 23 doc:
23 o working html doc generation from TEX sources 24 o working html doc generation from TEX sources
24 o SPARC (32-bit) calling convention description 25 o SPARC32 (v7/v8) calling convention description
26 o SPARC64 (v9) calling convention description
25 bindings: 27 bindings:
26 o better documentation, removed relative path dependencies, general cleanup 28 o better documentation, removed relative path dependencies, general cleanup
27 o python: updated to latest signature format (was still on 0.1) 29 o python: updated to latest signature format (was still on 0.1)
28 o java: rewritten (old version was never complete, anyways) 30 o java: rewritten (old version was never complete, anyways)
29 buildsys: 31 buildsys: