Revert "Add support for thread-local storage variables"
commitcf02f920c148a77794b05ba09d73586e5f0b3601
authorThomas Preud'homme <robotux@celest.fr>
Sun, 3 Nov 2013 10:55:54 +0000 (3 18:55 +0800)
committerThomas Preud'homme <robotux@celest.fr>
Sun, 3 Nov 2013 10:55:54 +0000 (3 18:55 +0800)
treed35e02afb9539566893e4e09cee83c9a4886ac2b
parent1c4afd13501f07a673aed5f130166f2ee0f30927
Revert "Add support for thread-local storage variables"

TLS support in tinyCC is absolutely not ready:
- segment register not select in load and store
- no relocation added for computing offset of per-thread symbol
- no support for TLS-specific relocations
- no program header added as per Drepper document about TLS

This reverts commit 1c4afd13501f07a673aed5f130166f2ee0f30927.
elf.h
libtcc.c
tccelf.c
tccgen.c
tcctok.h