summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2023-04-16 13:35:59 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2023-04-16 13:35:59 +0000
commita53ff3260be431afc85e8b8e14ed6e83bb6b9204 (patch)
tree3d36f8e7ec6ec12793ab68807ab36812f5bf1312
parentb3cd7f448d77fbeed79154083f9f97d794344fb2 (diff)
Add PT_GNU_PROPERTY define.
ok deraadt@
-rw-r--r--sys/sys/exec_elf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/exec_elf.h b/sys/sys/exec_elf.h
index 0547610ae03..e077519c183 100644
--- a/sys/sys/exec_elf.h
+++ b/sys/sys/exec_elf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec_elf.h,v 1.98 2023/04/11 00:45:09 jsg Exp $ */
+/* $OpenBSD: exec_elf.h,v 1.99 2023/04/16 13:35:58 kettenis Exp $ */
/*
* Copyright (c) 1995, 1996 Erik Theisen. All rights reserved.
*
@@ -476,6 +476,7 @@ typedef struct {
#define PT_GNU_EH_FRAME 0x6474e550 /* Exception handling info */
#define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */
+#define PT_GNU_PROPERTY 0x6474e553 /* Program property note */
#define PT_OPENBSD_MUTABLE 0x65a3dbe5 /* like bss, but not immutable */
#define PT_OPENBSD_RANDOMIZE 0x65a3dbe6 /* fill with random data */