tccasm: Don't abuse dllexport/dllimport
commit4266ebd69c2c7d12abee1da1f6c2228232c6bc87
authorMichael Matz <matz@suse.de>
Sat, 25 Nov 2017 18:41:03 +0000 (25 19:41 +0100)
committerMichael Matz <matz@suse.de>
Sat, 25 Nov 2017 18:41:03 +0000 (25 19:41 +0100)
tree2dc94bdf42516b13083b64e3eeb31f146d1ee4ee
parente7c71e24730ae07241980812c8b747963f216260
tccasm: Don't abuse dllexport/dllimport

For tracking if asm symbols are connected with a C symbol,
and if asm symbols need to be global use new flags, instead of
reusing dllimport/dllexport, which would cause unrequested exported
entries on Windows.

This is a stop-gap until the C and asm symtable are unified.
tcc.h
tccasm.c