Empty sections are just noise when using objdump. This is similar to what binutils does. llvm-svn: 221680
The size of the uninitialized sections, like BSS, can exceed the size of the object file. Do not attempt to grab the contents of such sections. llvm-svn: 212953