Parse and emit hidden visibility
commitfbda78aefeaaa97182658bb81b5a6f215cc24b17
authorMichael Matz <matz@suse.de>
Mon, 14 Apr 2014 00:53:11 +0000 (14 02:53 +0200)
committerMichael Matz <matz@suse.de>
Mon, 14 Apr 2014 00:53:11 +0000 (14 02:53 +0200)
treec00250658a7d35e9e8487db1045c6f3d983f292b
parent112148172b50c20acde6adf4f86fa0a32d3d5a6c
Parse and emit hidden visibility

This adds parsing of (GCC compatible) visibility attribute
in order to mark selected global symbols as hidden.  The generated
.o files contain hidden symbols already, the TCC linker doesn't
yet do the right thing.
tcc.h
tccgen.c
tcctok.h