summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2004-05-07 10:53:57 +0000
committerManuel Novoa III <mjn3@codepoet.org>2004-05-07 10:53:57 +0000
commitff50849725bed04e6688e82c002d2cdf71ff065a (patch)
tree19da450cf723418c5ae798a24df43ba0f3e1f9a4 /include
parent0b70c413218c1b3cf862cf60fc9d3a6b58ed2b0a (diff)
Peter Mazinger asked for this several months ago.
Diffstat (limited to 'include')
-rw-r--r--include/elf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h
index e2264bd6c..841360fd6 100644
--- a/include/elf.h
+++ b/include/elf.h
@@ -565,6 +565,8 @@ 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_GNU_RELRO 0x6474e552 /* Read-only after relocation */
#define PT_LOSUNW 0x6ffffffa
#define PT_SUNWBSS 0x6ffffffa /* Sun Specific segment */
#define PT_SUNWSTACK 0x6ffffffb /* Stack segment */