Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-objdump: Skip empty sections when dumping contents | David Majnemer | 2014-11-11 | 1 | -4/+1 |
| | | | | | | | Empty sections are just noise when using objdump. This is similar to what binutils does. llvm-svn: 221680 | ||||
* | llvm-objdump: Handle BSS sections larger than the object file | David Majnemer | 2014-07-14 | 1 | -0/+6 |
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 |