]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - include/elf/common.h
bfd/
[thirdparty/binutils-gdb.git] / include / elf / common.h
index 2bba1e2a1a4f15e2e4e1e89bab8d86be46e6d7b3..bc9a5cf2edb68b67dc9a92781dea68f484af1ee1 100644 (file)
 
 #define PT_GNU_EH_FRAME        (PT_LOOS + 0x474e550) /* Frame unwind information */
 #define PT_SUNW_EH_FRAME PT_GNU_EH_FRAME      /* Solaris uses the same value */
-#define PT_GNU_ATTR    (PT_LOOS + 0x474e551) /* Attribute info */
-#define PT_GNU_STACK   PT_GNU_ATTR           /* Stack flags */
+#define PT_GNU_STACK   (PT_LOOS + 0x474e551) /* Stack flags */
 #define PT_GNU_RELRO   (PT_LOOS + 0x474e552) /* Read-only after relocation */
 
 /* Program segment permissions, in program header p_flags field.  */