summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/X86/elf-dynamic-relocs.test
Commit message (Collapse)AuthorAgeFilesLines
* [test][tools] Add missing and improve testingJames Henderson2019-12-091-0/+1
| | | | | | | | | | | Mostly this adds testing for certain aliases in more explicit ways. There are also a few tidy-ups, and additions of missing testing, where the feature was either not tested at all, or not tested explicitly and sufficiently. Reviewed by: MaskRay, rupprecht, grimar Differential Revision: https://reviews.llvm.org/D71116
* [ELF][llvm-objdump] Treat dynamic tag values as virtual addresses instead of ↵Wolfgang Pieb2019-06-101-0/+113
offsets The ELF gABI requires the tag values of DT_REL, DT_RELA and DT_JMPREL to be treated as virtual addresses. They were treated as offsets. Fixes PR41832. Differential Revision: https://reviews.llvm.org/D62972 llvm-svn: 362969
OpenPOWER on IntegriCloud