Fix the printing of n_type.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 6 Mar 2014 20:13:41 +0000 (20:13 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 6 Mar 2014 20:13:41 +0000 (20:13 +0000)
commitabb1fadc79c3a34d3b41d949f0e20729c153d2fb
treed027bc13252996082434523b258980f3ef3e6488
parent7ed86b085eedf04fcc13e691ffa97bdbabd285f7
Fix the printing of n_type.

Despite the name, n_type contains the type of the symbol, but also if it is
extern or private extern.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203154 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-readobj/sections-ext.test
tools/llvm-readobj/MachODumper.cpp