| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ELF] Change isSectionData to exclude SHF_EXECINSTR | Fangrui Song | 2018-06-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Summary: This affects what sections are displayed as "DATA" in llvm-objdump. The other user llvm-size is unaffected. Before, a "TEXT" section is also "DATA", which seems weird. The sh_flags condition matches that of bfd's SEC_DATA but the sh_type condition uses (== SHF_PROGBITS) instead of bfd's (!= SHT_NOBITS). bfd's SEC_DATA is not appealing as so many sections will be shown as DATA. Reviewers: jyknight, Bigcheese Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D48472 llvm-svn: 335405 | ||||
| * | [llvm-objdump] Emit addresses with the correct number of leading 0's. | Michael J. Spencer | 2013-01-10 | 1 | -8/+8 |
| | | | | | llvm-svn: 172130 | ||||
| * | Change the actual tests to match the input directory rename (duh) | Matt Beaumont-Gay | 2011-10-31 | 1 | -1/+1 |
| | | | | | llvm-svn: 143404 | ||||
| * | Add support for dumping section headers to llvm-objdump. This uses the same | Nick Lewycky | 2011-10-10 | 1 | -0/+16 |
| flags as binutils objdump but the output is different, not just in format but also showing different sections. Compare its results against readelf, not objdump. llvm-svn: 141579 | |||||

