Mercurial > pub > dyncall > dyncall
changeset 408:5387564a1096
- changelog addition (and modification of older entry for clarity)
author | Tassilo Philipp |
---|---|
date | Sun, 03 Oct 2021 12:27:06 +0200 |
parents | 7364f285cac8 |
children | 15698dc0cba3 |
files | ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Oct 03 10:41:46 2021 +0200 +++ b/ChangeLog Sun Oct 03 12:27:06 2021 +0200 @@ -6,6 +6,10 @@ dynload: o Haiku/x86 build fix o dynload fix for PE files that do not contain a symbol export directory (thanks Ashok!) +dyncall: + o build fix when using clang's integrated assembler on arm32 hard-float platforms +dyncallback: + o build fix when using clang's integrated assembler on arm32 hard-float platforms buildsys: o windows/nmake based builds: output library name changes to follow conventions of the native platform and be in line with cmake based builds @@ -20,10 +24,10 @@ o made "formatted" call interface use calling convention signature chars o added helper function dcGetModeFromCCSigChar() mapping callconv sig chars to respective mode o removed some unnecessary headers (only contained internal used forward declarations) - o support clang's integrated as (didn't build on non-Darwin PPC32 platforms) + o build fix when using clang's integrated assembler on non-Darwin PPC32 platforms dyncallback: o windows arm64 support (thanks Bernhard!) - o support clang's integrated as (didn't build on non-Darwin PPC32 platforms) + o build fix when using clang's integrated assembler on non-Darwin PPC32 platforms dynload: o fix to build with musl libc o support for loading macos >= 11.0.1 (Big Sur) dylibs provided by system's "built-in dynamic