public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Szabolcs Nagy <nsz@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc/arm/morello/main] TODO: cheri: elf: Add new AT_* auxv types
Date: Wed, 12 Oct 2022 14:16:35 +0000 (GMT)	[thread overview]
Message-ID: <20221012141635.C45E0385117F@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=456f4dd6e5311b020cda926e6da4f3a820516339

commit 456f4dd6e5311b020cda926e6da4f3a820516339
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Wed Aug 31 11:55:45 2022 +0100

    TODO: cheri: elf: Add new AT_* auxv types
    
    Used for purecap ABI.
    
    TODO: squash into
    091bcf0e1c cheri: elf: Add new a_type entries

Diff:
---
 elf/elf.h | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/elf/elf.h b/elf/elf.h
index 6ced67f7c1..5f0b90f4c4 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1252,11 +1252,17 @@ 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
+#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_STACK_CAP	64
+#define AT_CHERI_SEAL_CAP	65
+#define AT_CHERI_CID_CAP	66
+#define AT_ARGC			80
+#define AT_ARGV			81
+#define AT_ENVC			82
+#define AT_ENVP			83
 
 /* Note section contents.  Each entry in the note section begins with
    a header of a fixed form.  */

                 reply	other threads:[~2022-10-12 14:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221012141635.C45E0385117F@sourceware.org \
    --to=nsz@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).