Don't hide the first ELF symbol.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 5 Jun 2013 20:33:54 +0000 (20:33 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 5 Jun 2013 20:33:54 +0000 (20:33 +0000)
commitc9f2cc7e05b2a7f3991a94cad1730a59dd7555e3
tree2f5ec3df5f31b613f5106fbe70c10546dc97936f
parent512119770e9c32eb0b9e6196ce51917fb2e30d9f
Don't hide the first ELF symbol.

The first symbol on ELF is dummy, but it has a defined content and readelf
normally displays it. With this change llvm-readobj also displays it and we
can check that llvm-mc output is correct according to the standard.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183337 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/ELF.h
test/MC/ELF/alias-reloc.s
test/MC/ELF/alias.s
test/MC/ELF/weakref.s
test/tools/llvm-readobj/symbols.test