summaryrefslogtreecommitdiffstats
path: root/sys/sys/elf_common.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2010-11-23 12:51:08 +0000
committerkib <kib@FreeBSD.org>2010-11-23 12:51:08 +0000
commit618feb0bc8e257824c484cebc299c927f009b21c (patch)
tree4435d572c2f44a41679a17e363d7a9085bc59dee /sys/sys/elf_common.h
parentd6e3624f09c651dba9a1e5b28a10bda56ea605a3 (diff)
downloadFreeBSD-src-618feb0bc8e257824c484cebc299c927f009b21c.zip
FreeBSD-src-618feb0bc8e257824c484cebc299c927f009b21c.tar.gz
Add PT_GNU_STACK definition.
MFC after: 3 days
Diffstat (limited to 'sys/sys/elf_common.h')
-rw-r--r--sys/sys/elf_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
index afb7f76..568d15f 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -325,6 +325,7 @@ typedef struct {
#define PT_LOOS 0x60000000 /* First OS-specific. */
#define PT_SUNW_UNWIND 0x6464e550 /* amd64 UNWIND program header */
#define PT_GNU_EH_FRAME 0x6474e550
+#define PT_GNU_STACK 0x6474e551
#define PT_LOSUNW 0x6ffffffa
#define PT_SUNWBSS 0x6ffffffa /* Sun Specific segment */
#define PT_SUNWSTACK 0x6ffffffb /* describes the stack segment */
OpenPOWER on IntegriCloud