Add support of asm label for functions.
commit9b09fc376e8c212a767c875e71ca003e3b9a0d2e
authorThomas Preud'homme <thomas.preudhomme@celest.fr>
Sun, 5 Sep 2010 20:39:34 +0000 (5 22:39 +0200)
committerThomas Preud'homme <thomas.preudhomme@celest.fr>
Fri, 10 Sep 2010 18:15:03 +0000 (10 20:15 +0200)
treeb02d6544e1eeca1e9b878d120115bb1377c2291f
parenta7fb00e887a2ef9372040a75c3d37b79971d9b21
Add support of asm label for functions.

Add support for asm labels for functions, that is the ability to rename
a function at assembly level with __asm__ ("newname") appended in
function declaration.
libtcc.c
tcc.h
tccasm.c
tccgen.c