From: George Rimar Date: Wed, 12 Oct 2016 09:20:28 +0000 (+0000) Subject: [Support/ELF] - Sort PT_OPENBSD_* added previously. NFC. X-Git-Tag: llvmorg-4.0.0-rc1~7402 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e68f1add5019aab9df250b20ff7c84629ca49c56;p=platform%2Fupstream%2Fllvm.git [Support/ELF] - Sort PT_OPENBSD_* added previously. NFC. llvm-svn: 283992 --- diff --git a/llvm/include/llvm/Support/ELF.h b/llvm/include/llvm/Support/ELF.h index 324bcd5..7e878a5 100644 --- a/llvm/include/llvm/Support/ELF.h +++ b/llvm/include/llvm/Support/ELF.h @@ -1036,12 +1036,12 @@ enum { PT_SUNW_EH_FRAME = 0x6474e550, PT_SUNW_UNWIND = 0x6464e550, + PT_GNU_STACK = 0x6474e551, // Indicates stack executability. + PT_GNU_RELRO = 0x6474e552, // Read-only after relocation. + PT_OPENBSD_RANDOMIZE = 0x65a3dbe6, // Fill with random data. PT_OPENBSD_WXNEEDED = 0x65a3dbe7, // Program does W^X violations. - PT_GNU_STACK = 0x6474e551, // Indicates stack executability. - PT_GNU_RELRO = 0x6474e552, // Read-only after relocation. - // ARM program header types. PT_ARM_ARCHEXT = 0x70000000, // Platform architecture compatibility info // These all contain stack unwind tables.