ELF: Explicitly point out SYM_GLOBAL, SYM_LOCAL binding
commita135658e83e4917b9a79c5e1337847c2a2bbdf90
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 2 Jan 2010 12:53:11 +0000 (2 15:53 +0300)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 3 Jan 2010 12:04:46 +0000 (3 15:04 +0300)
tree2bcb07c27772efeb4876dbed25cee1a646d8cdf2
parentde623f267918a316e1c8c9fa63ccee67922470cf
ELF: Explicitly point out SYM_GLOBAL, SYM_LOCAL binding

Instead of implicit declaration of global symbols obtained
by STB_GLOBAL << 4, and local symbols by STB_LOCAL << 4
use ELF32_ST_MKBIND helpers.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
output/outelf.h
output/outelf32.c
output/outelf64.c