From a9fda392a0d03d62f0bef0acd42ec82b29216ab3 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Mon, 14 Apr 2014 03:33:50 +0200 Subject: Parse assembler .hidden directive This makes TCCs assembler understand the '.hidden symbol' directive (and emits a STV_HIDDEN ELF symbol then). --- tcctok.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tcctok.h') diff --git a/tcctok.h b/tcctok.h index d8c0344..735ccdd 100644 --- a/tcctok.h +++ b/tcctok.h @@ -266,6 +266,7 @@ DEF_ASM(file) DEF_ASM(globl) DEF_ASM(global) + DEF_ASM(hidden) DEF_ASM(ident) DEF_ASM(size) DEF_ASM(type) -- cgit v1.3.1