tccgen: don't generate elf-symbols under nocode/NODATA
commitc81519e1c45e4f902332d72096680caeb6e087e2
authorgrischka <grischka>
Sat, 28 May 2022 18:50:09 +0000 (28 20:50 +0200)
committergrischka <grischka>
Sun, 24 Jul 2022 07:41:57 +0000 (24 09:41 +0200)
tree368eb08b857d184d3a4298a4094d9d6653bf703f
parente8adc64203acc1b95c5ee0879fb4b07af773d218
tccgen: don't generate elf-symbols under nocode/NODATA

seems that symbols under nocode/NODATA should not produce
elf symbols at all, not just elf symbols with no size.
See commit 4c82b003420fabbb95e077866784badc1a49189b

5 insertions(+), 5 deletions(-)
tccgen.c