summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/objdump-no-sectionheaders.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-objdump] - Print LMAs when dumping section headers.George Rimar2019-01-281-1/+1
| | | | | | | | | | | | When --section-headers is used, GNU objdump prints both LMA and VMA for sections. llvm-objdump does not do that what makes it's output be slightly inconsistent. Patch teaches llvm-objdump to print LMA/VMA for ELF file formats. The behavior for other formats remains unchanged. Differential revision: https://reviews.llvm.org/D57146 llvm-svn: 352366
* objdump: Add test for ELF file with no section tableEd Maste2014-06-301-0/+6
This is a test for the fix in r211904. Differential Revision: http://reviews.llvm.org/D4349 llvm-svn: 212059
OpenPOWER on IntegriCloud