Improve the handling of kalimba ELF file section type recognition.
authorMatthew Gardiner <mg11@csr.com>
Wed, 15 Oct 2014 08:21:54 +0000 (08:21 +0000)
committerMatthew Gardiner <mg11@csr.com>
Wed, 15 Oct 2014 08:21:54 +0000 (08:21 +0000)
commit6e7b0a088e9f2efb4cb0c1a5bfe6606b3946353f
treec8ab20b5f2b6c4296ef4af200149c80d97779e25
parentb00ddf31b257557efdc1e5e1dbe8325c290dea47
Improve the handling of kalimba ELF file section type recognition.

Recognise the SHT_NOBITS property in kalimba ELF, and determine this to be
of type zerofilled. Subsequently recognise this type to represent bytes
on the target's DATA address space, and therefore be sized accordingly.

llvm-svn: 219782
lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp