diff ChangeLog @ 368:f28b7f4f5749

- removed some pseudo-op on non-darwin platforms to make clang's integrated assembler happy
author Tassilo Philipp
date Wed, 05 Aug 2020 15:50:49 +0200
parents ad5f9803f52f
children 451299d50c1a
line wrap: on
line diff
--- a/ChangeLog	Mon Jul 20 14:07:36 2020 +0200
+++ b/ChangeLog	Wed Aug 05 15:50:49 2020 +0200
@@ -7,6 +7,9 @@
   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)
+dyncallback:
+  o support clang's integrated as (didn't build on non-Darwin PPC32 platforms)
 dynload:
   o fix to build with musl libc
 doc: