about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-06-25 01:51:07 +0000
committerRoland McGrath <roland@gnu.org>2003-06-25 01:51:07 +0000
commit4d4ac6ad6b1717dc09a3749b9118ff6e4558f202 (patch)
tree5956744570730f2d4f0407d6e01c6ef764d578d4
parent4165d44d7026bb2572d4cdfe27f8fec348b4089a (diff)
downloadglibc-4d4ac6ad6b1717dc09a3749b9118ff6e4558f202.tar.gz
glibc-4d4ac6ad6b1717dc09a3749b9118ff6e4558f202.tar.xz
glibc-4d4ac6ad6b1717dc09a3749b9118ff6e4558f202.zip
2003-06-05 Roland McGrath <roland@redhat.com>
	* elf/elf.h (PT_GNU_STACK): New macro.
-rw-r--r--elf/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 32d7691b52..982ce2ca20 100644
--- 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 */