aboutsummaryrefslogtreecommitdiff
path: root/tcctok.h
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2014-04-14 03:33:50 +0200
committerMichael Matz <matz@suse.de>2014-04-14 03:33:50 +0200
commita9fda392a0d03d62f0bef0acd42ec82b29216ab3 (patch)
tree7cdbdd2db558d77235413fa16b8734fcd099bc59 /tcctok.h
parentfbda78aefeaaa97182658bb81b5a6f215cc24b17 (diff)
downloadtinycc-a9fda392a0d03d62f0bef0acd42ec82b29216ab3.tar.gz
tinycc-a9fda392a0d03d62f0bef0acd42ec82b29216ab3.tar.bz2
Parse assembler .hidden directive
This makes TCCs assembler understand the '.hidden symbol' directive (and emits a STV_HIDDEN ELF symbol then).
Diffstat (limited to 'tcctok.h')
-rw-r--r--tcctok.h1
1 files changed, 1 insertions, 0 deletions
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)