Disassemble the start of sections even if there is no symbol there.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jun 2015 15:01:05 +0000 (15:01 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 4 Jun 2015 15:01:05 +0000 (15:01 +0000)
commit45edf27ed75a30dd82753f74da18783e0428cba5
tree9ad58929987c92ba73a762612a3f2f9488ff4363
parentcd2647f4fdc4a34eac8e26ea89a1f7c5abf9177a
Disassemble the start of sections even if there is no symbol there.

We already handled a section with no symbols, extend that to also handle a
section with symbols that don't include the section start.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239039 91177308-0d34-0410-b5e6-96231b3b80d8
test/Object/Inputs/no-start-symbol.elf-x86_64 [new file with mode: 0644]
test/Object/no-start-symbol.test [new file with mode: 0644]
tools/llvm-objdump/llvm-objdump.cpp