public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/arm/morello/main] cheri: elf: Add new a_type entries
@ 2022-08-05 19:34 Szabolcs Nagy
0 siblings, 0 replies; only message in thread
From: Szabolcs Nagy @ 2022-08-05 19:34 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=091bcf0e1cb51aa906ba94dc7c2abe4346ec9c5b
commit 091bcf0e1cb51aa906ba94dc7c2abe4346ec9c5b
Author: Carlos Eduardo Seo <carlos.seo@arm.com>
Date: Fri May 20 14:39:29 2022 +0000
cheri: elf: Add new a_type entries
The Morello Pure Capability kernel uABI defines new a_type entries:
https://git.morello-project.org/morello/kernel/linux/-/wikis/Morello-pure-capability-kernel-user-Linux-ABI-specification#auxiliary-vector-auxv
Diff:
---
elf/elf.h | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/elf/elf.h b/elf/elf.h
index 4a5653c419..741383610e 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1243,6 +1243,12 @@ typedef struct
#define AT_MINSIGSTKSZ 51 /* Stack needed for signal delivery */
+# define AT_CHERI_EXEC_RW_CAP 60
+# define AT_CHERI_EXEC_RX_CAP 61
+# define AT_CHERI_INTERP_RW_CAP 62
+# define AT_CHERI_INTERP_RX_CAP 63
+# define AT_CHERI_SEAL_CAP 64
+
/* Note section contents. Each entry in the note section begins with
a header of a fixed form. */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-08-05 19:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 19:34 [glibc/arm/morello/main] cheri: elf: Add new a_type entries Szabolcs Nagy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).