Move asm label functions from tccasm.c to tccgen.c
commitb8adf0090e984d93b6fb3af635fedbbbebfa92e4
authorThomas Preud'homme <thomas.preudhomme@celest.fr>
Tue, 14 Sep 2010 17:17:39 +0000 (14 19:17 +0200)
committerThomas Preud'homme <thomas.preudhomme@celest.fr>
Tue, 14 Sep 2010 21:21:15 +0000 (14 23:21 +0200)
tree501865bea4cbbfad336af9b7221e001c0b264bd0
parent2596273fce52e1f9db1b03d495537614fd56cef5
Move asm label functions from tccasm.c to tccgen.c

* Move functions parse_asm_str and asm_label_instr from tccasm.c to
  tccgen.c
* Remove CONFIG_TCC_ASM_LABEL macro as asm label are available on all
  archs.
See:
http://lists.nongnu.org/archive/html/tinycc-devel/2010-09/msg00026.html
for the rationale.
libtcc.c
tcc.h
tccasm.c
tccgen.c