Fix dll support for macho
commitf6f3d646fbddb69611d9a91dbb280ab36f67777d
authorherman ten brugge <hermantenbrugge@home.nl>
Sun, 18 Dec 2022 13:07:19 +0000 (18 14:07 +0100)
committerherman ten brugge <hermantenbrugge@home.nl>
Sun, 18 Dec 2022 13:07:19 +0000 (18 14:07 +0100)
tree30da01739de23019125b9f309f514dc88d803ab9
parent04810db83ab63ff0b9e41413baa525bda20243d3
Fix dll support for macho

Export now all global symbols in export trie instead of only text
symbols.

I wrote too much data into dylib file because I did not check
for sk_unknown/sk_discard/sk_uw_info.

Simplified code in tccrun.c
tccmacho.c
tccrun.c