tccasm: Detect (but ignore) .ident directive

tcc is now able to compile many asm files generated by gcc

--
By by ... Detlef
This commit is contained in:
Detlef Riekenberg
2010-04-05 12:45:52 +02:00
parent 558258a301
commit a135dd50c6
2 changed files with 19 additions and 0 deletions

View File

@ -252,6 +252,7 @@
DEF_ASM(file)
DEF_ASM(globl)
DEF_ASM(global)
DEF_ASM(ident)
DEF_ASM(size)
DEF_ASM(type)
DEF_ASM(text)