From 807321efbaf0d7ce755adeb06e0cf1a27074c49b Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 18 Oct 2004 00:20:41 +0000 Subject: update --- tcctok.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tcctok.h') diff --git a/tcctok.h b/tcctok.h index 85643dd..dc9849a 100644 --- a/tcctok.h +++ b/tcctok.h @@ -102,6 +102,8 @@ DEF(TOK_NORETURN2, "__noreturn__") DEF(TOK_builtin_types_compatible_p, "__builtin_types_compatible_p") DEF(TOK_builtin_constant_p, "__builtin_constant_p") + DEF(TOK_REGPARM1, "regparm") + DEF(TOK_REGPARM2, "__regparm__") /* builtin functions or variables */ DEF(TOK_memcpy, "memcpy") @@ -184,6 +186,9 @@ DEF_ASM(text) DEF_ASM(data) DEF_ASM(bss) + DEF_ASM(previous) + DEF_ASM(fill) + DEF_ASM(org) #ifdef TCC_TARGET_I386 -- cgit v1.3.1