tccasm: Detect (but ignore) the .file directive

Some patches, to allow tcc to compile asm sources generated by gcc
and help tcc with the autoconf stuff used in Wine
( http://source.winehq.org/git/wine.git/ )

--
By by ... Detlef
This commit is contained in:
Detlef Riekenberg
2010-04-05 12:19:49 +02:00
parent 197a6acb30
commit 9ff7a0bc98
2 changed files with 19 additions and 0 deletions

View File

@ -249,6 +249,7 @@
DEF_ASM(string)
DEF_ASM(asciz)
DEF_ASM(ascii)
DEF_ASM(file)
DEF_ASM(globl)
DEF_ASM(global)
DEF_ASM(text)