Parse assembler .hidden directive

This makes TCCs assembler understand the '.hidden symbol' directive
(and emits a STV_HIDDEN ELF symbol then).
This commit is contained in:
Michael Matz
2014-04-14 03:33:50 +02:00
parent fbda78aefe
commit a9fda392a0
3 changed files with 12 additions and 4 deletions

View File

@ -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)