From bcfcb9e60f116089b2b2a2c94e569edc11da89d8 Mon Sep 17 00:00:00 2001 From: George Rimar Date: Tue, 18 Oct 2016 10:54:56 +0000 Subject: [llvm-readobj] - Teach readobj to print PT_OPENBSD_RANDOMIZE/PT_OPENBSD_WXNEEDED headers. These are OpenBSD specific program headers and currently we support them in LLD. Description of headers (just in case) available here: http://man.openbsd.org/OpenBSD-current/man5/elf.5 OpenBSD commits were: For PT_OPENBSD_RANDOMIZE: https://github.com/openbsd/src/commit/c494713c450d98da3f2e1451ee8c7fb675a7c461 For PT_OPENBSD_WXNEEDED: https://github.com/openbsd/src/commit/2a5a8fc7e30928c2cff57cfe5fb491c90d8478ad Differential revision: https://reviews.llvm.org/D25616 llvm-svn: 284471 --- llvm/test/Object/Inputs/openbsd-phdrs.elf-x86-64 | Bin 0 -> 544 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 llvm/test/Object/Inputs/openbsd-phdrs.elf-x86-64 (limited to 'llvm/test/Object') diff --git a/llvm/test/Object/Inputs/openbsd-phdrs.elf-x86-64 b/llvm/test/Object/Inputs/openbsd-phdrs.elf-x86-64 new file mode 100644 index 00000000000..757d49055a7 Binary files /dev/null and b/llvm/test/Object/Inputs/openbsd-phdrs.elf-x86-64 differ -- cgit v1.2.3