comparison ChangeLog @ 147:8ce75240a0f1

- changelog update for armhf fix
author cslag
date Fri, 09 Sep 2016 15:23:16 +0200
parents fcbec299b736
children dac66f0107ea
comparison
equal deleted inserted replaced
146:0ab08c1541f0 147:8ce75240a0f1
1 This file lists bigger/noteworthy changes, only... 1 This file lists bigger/noteworthy changes, only...
2 2
3 Version 1.0 (upcoming) 3 Version 1.0 (upcoming)
4 dyncall: 4 dyncall:
5 o better C++ compiler support (for pointer conversions)
6 o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!) 5 o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
7 o fixed potential buffer overrun on arm64 6 o fixed potential buffer overrun on ARM64
8 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
9 underway) 8 underway)
10 o MIPS n64 ellipsis call fixes 9 o MIPS n64 ellipsis call fixes
10 o ARM32 armhf ellipsis call fixes
11 o better C++ compiler support (for pointer conversions)
11 dyncallback: 12 dyncallback:
12 o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!) 13 o PPC64 single-precision float fixes for more than 13 float args (thanks Masanori!)
13 o MIPS o32 (big- and little-endian), EABI (32 bit, little-endian) and n64 (big-endian) support 14 o MIPS o32 (big- and little-endian), EABI (32 bit, little-endian) and n64 (big-endian) support
14 doc: 15 doc:
15 o working html doc generation from TEX sources 16 o working html doc generation from TEX sources
24 o armhf calling convention support for ARM32 25 o armhf calling convention support for ARM32
25 o PPC64 support, including syscalls (thanks Masanori!) 26 o PPC64 support, including syscalls (thanks Masanori!)
26 o introduced dcArgF and dcVArgF for flexible/convenient argument binding (works like dcCallF/dcVCallF but without the function call) 27 o introduced dcArgF and dcVArgF for flexible/convenient argument binding (works like dcCallF/dcVCallF but without the function call)
27 o using -fPIC by default for FreeBSD 28 o using -fPIC by default for FreeBSD
28 o PPC32 linux syscall support 29 o PPC32 linux syscall support
29 o fixed return value errors for arm32 on some platforms (e.g. freebsd/arm32, nintendo ds); arm & thumb mode 30 o fixed return value errors for ARM32 on some platforms (e.g. freebsd/arm32, nintendo ds); arm & thumb mode
30 dyncallback: 31 dyncallback:
31 o ARM64 support (AAPCS64 on Linux, Apple's derived version on iOS) 32 o ARM64 support (AAPCS64 on Linux, Apple's derived version on iOS)
32 o armhf calling convention support for ARM32 33 o armhf calling convention support for ARM32
33 o PPC64 support (thanks Masanori!) 34 o PPC64 support (thanks Masanori!)
34 o PPC32 System V support (Linux) 35 o PPC32 System V support (Linux)