[Support/ELF] - Sort PT_OPENBSD_* added previously. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 12 Oct 2016 09:20:28 +0000 (09:20 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 12 Oct 2016 09:20:28 +0000 (09:20 +0000)
llvm-svn: 283992

llvm/include/llvm/Support/ELF.h

index 324bcd5..7e878a5 100644 (file)
@@ -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.