summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/elf-pt-gnu-property.test
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] Support for PT_GNU_PROPERTY in header and toolsPeter Smith2019-12-041-0/+14
The PT_GNU_PROPERTY is generated by a linker to describe the .note.gnu.property section. The Linux kernel uses this program header to locate the .note.gnu.property section. It is described in "The Linux gABI extension" Include support for llvm-readelf, llvm-readobj and the yaml reader and writers. Differential Revision: https://reviews.llvm.org/D70959
OpenPOWER on IntegriCloud