[Support/ELF] - Add OpenBSD PT_OPENBSD_BOOTDATA constant.

OpenBSD commit for reference:
d39116912b

llvm-svn: 288816
This commit is contained in:
George Rimar 2016-12-06 15:38:15 +00:00
parent 7c7b649639
commit 92b54b5d87
1 changed files with 2 additions and 1 deletions

View File

@ -1030,7 +1030,8 @@ enum {
PT_OPENBSD_RANDOMIZE = 0x65a3dbe6, // Fill with random data.
PT_OPENBSD_WXNEEDED = 0x65a3dbe7, // Program does W^X violations.
PT_OPENBSD_BOOTDATA = 0x65a41be6, // Section for boot arguments.
// ARM program header types.
PT_ARM_ARCHEXT = 0x70000000, // Platform architecture compatibility info
// These all contain stack unwind tables.