fixes for deadlocks and dollars in asm
commitc883d43ae52124410c801e226361c02561e8173d
authorMichael Matz <matz@suse.de>
Sat, 20 Jun 2020 23:45:35 +0000 (21 01:45 +0200)
committerMichael Matz <matz@suse.de>
Sat, 20 Jun 2020 23:45:35 +0000 (21 01:45 +0200)
tree5b9a04d87af4d914652f62d5afc9356a176feccb
parent18db8da7df3c1493384f1e6b420b081784087b22
fixes for deadlocks and dollars in asm

* tccelf code doesn't use USING_GLOBALS, hence must be called from
  outside the semaphore
* dollars aren't part of identifiers in asm mode
libtcc.c
tccasm.c
tccpp.c