From 9ff7a0bc98867e8749de2622b65e9a07eb0749a8 Mon Sep 17 00:00:00 2001 From: Detlef Riekenberg Date: Mon, 5 Apr 2010 12:19:49 +0200 Subject: 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 --- tcctok.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcctok.h') diff --git a/tcctok.h b/tcctok.h index a69f6f9..f512871 100644 --- a/tcctok.h +++ b/tcctok.h @@ -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) -- cgit v1.3.1