comparison ChangeLog @ 175:00dd15cc5c87

- fixed ARM32-THUMB stack alignment issues (found on Cortex-m0, thanks Darren Whobrey!)
author cslag
date Thu, 09 Feb 2017 15:44:14 +0100
parents 2fa600ea50e7
children a41bc98e101c
comparison
equal deleted inserted replaced
174:a8052efbde18 175:00dd15cc5c87
6 o fixed potential buffer overrun on ARM64 6 o fixed potential buffer overrun on ARM64
7 o error code handling (dcGetError) changes, flag is now cleared (work still 7 o error code handling (dcGetError) changes, flag is now cleared (work still
8 underway) 8 underway)
9 o MIPS n64 ellipsis call fixes 9 o MIPS n64 ellipsis call fixes
10 o ARM32 armhf ellipsis call fixes 10 o ARM32 armhf ellipsis call fixes
11 o fixed ARM32-THUMB stack alignment issues (found on Cortex-m0, thanks Darren Whobrey!)
11 o better C++ compiler support (for pointer conversions) 12 o better C++ compiler support (for pointer conversions)
12 dyncallback: 13 dyncallback:
13 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!)
14 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
15 o SPARC (32-bit) support 16 o SPARC (32-bit) support