tccasm: Support .type directive (only name,@function)

--
By by ... Detlef
This commit is contained in:
Detlef Riekenberg
2010-04-05 12:31:45 +02:00
parent f740485a5a
commit 6825c5db72
2 changed files with 32 additions and 0 deletions

View File

@ -252,6 +252,7 @@
DEF_ASM(file)
DEF_ASM(globl)
DEF_ASM(global)
DEF_ASM(type)
DEF_ASM(text)
DEF_ASM(data)
DEF_ASM(bss)