comparison ChangeLog @ 358:30aae7371373

- extended signature with calling convention mode switches for fastcall (gnu), default, cdecl, stdcall, arm (arm), arm (thumb), syscall - made formatted call (dcV?{Call,Arg}F) interface use those calling convention mode signature specifications to begin with - extended callf testcode with one standard and one vararg call to test those cc mode switches
author Tassilo Philipp
date Mon, 13 Apr 2020 15:12:01 +0200
parents 2f64957d6a46
children 32736025371f
comparison
equal deleted inserted replaced
357:d982a00c2177 358:30aae7371373
1 This file lists bigger/noteworthy changes, only... 1 This file lists bigger/noteworthy changes, only...
2 2
3 Version 1.2 (upcoming) 3 Version 1.2 (upcoming)
4 dyncall:
5 o extended signature with more chars for calling convention switching (only for modes
6 that coexist on a platform with other conventions)
7 o made "formatted" call interface use calling convention signature chars
4 dynload: 8 dynload:
5 o fix to build with musl libc 9 o fix to build with musl libc
10 tests:
11 o extended callf testcode with to test calling convention mode switch signature chars
6 12
7 Version 1.1 (2020/01/11) 13 Version 1.1 (2020/01/11)
8 dyncall: 14 dyncall:
9 o support for soft-float MIPS o32 & n64 (big- and little-endian, each) 15 o support for soft-float MIPS o32 & n64 (big- and little-endian, each)
10 o x64 System V syscall support 16 o x64 System V syscall support