Add support of asm label for variables.
commit11b2d33523d86f915535c2a09b38f3724c4f01cb
authorThomas Preud'homme <thomas.preudhomme@celest.fr>
Mon, 7 Feb 2011 22:43:18 +0000 (7 23:43 +0100)
committerThomas Preud'homme <thomas.preudhomme@celest.fr>
Tue, 8 Feb 2011 23:12:57 +0000 (9 00:12 +0100)
tree6eceb0671fac67616a12bbfef43564940349711d
parent32a682b88febf983420406a4ec5087d07761a8bc
Add support of asm label for variables.

Add support for asm labels for variables, that is the ability to rename
a variable at assembly level with __asm__ ("newname") appended in
its declaration.
See http://gcc.gnu.org/onlinedocs/gcc-4.4.4/gcc/Asm-Labels.html for more
details.
tccgen.c