2003-06-05 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 25 Jun 2003 01:51:07 +0000 (01:51 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 25 Jun 2003 01:51:07 +0000 (01:51 +0000)
* elf/elf.h (PT_GNU_STACK): New macro.

elf/elf.h

index 32d7691..982ce2c 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -558,6 +558,7 @@ typedef struct
 #define        PT_NUM          8               /* Number of defined types */
 #define PT_LOOS                0x60000000      /* Start of OS-specific */
 #define PT_GNU_EH_FRAME        0x6474e550      /* GCC .eh_frame_hdr segment */
+#define PT_GNU_STACK   0x6474e551      /* Indicates stack executability */
 #define PT_LOSUNW      0x6ffffffa
 #define PT_SUNWBSS     0x6ffffffa      /* Sun Specific segment */
 #define PT_SUNWSTACK   0x6ffffffb      /* Stack segment */