public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/arm/morello/main] cheri: elf: Add new AT_* auxv type definitions
@ 2022-10-27 13:54 Szabolcs Nagy
  0 siblings, 0 replies; 3+ messages in thread
From: Szabolcs Nagy @ 2022-10-27 13:54 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=57f37bd95a683d83d2da599b07a81e0c57945c38

commit 57f37bd95a683d83d2da599b07a81e0c57945c38
Author: Carlos Eduardo Seo <carlos.seo@arm.com>
Date:   Fri May 20 14:39:29 2022 +0000

    cheri: elf: Add new AT_* auxv type definitions
    
    Follows the morello pure capability user ABI of linux.

Diff:
---
 elf/elf.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/elf/elf.h b/elf/elf.h
index 4a5653c419..878dc9bf83 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1243,6 +1243,18 @@ 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_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.  */

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [glibc/arm/morello/main] cheri: elf: Add new AT_* auxv type definitions
@ 2022-11-23 14:44 Szabolcs Nagy
  0 siblings, 0 replies; 3+ messages in thread
From: Szabolcs Nagy @ 2022-11-23 14:44 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=88e0b1d81b7a980b9bd4b570e3c50e2f630cb291

commit 88e0b1d81b7a980b9bd4b570e3c50e2f630cb291
Author: Carlos Eduardo Seo <carlos.seo@arm.com>
Date:   Fri May 20 14:39:29 2022 +0000

    cheri: elf: Add new AT_* auxv type definitions
    
    Follows the morello pure capability user ABI of linux.

Diff:
---
 elf/elf.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/elf/elf.h b/elf/elf.h
index 55809e941e..5b80879d74 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1243,6 +1243,18 @@ 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_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.  */

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [glibc/arm/morello/main] cheri: elf: Add new AT_* auxv type definitions
@ 2022-10-26 15:15 Szabolcs Nagy
  0 siblings, 0 replies; 3+ messages in thread
From: Szabolcs Nagy @ 2022-10-26 15:15 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6e4a4f1f1820e333dc6da37c2541c789d897a0db

commit 6e4a4f1f1820e333dc6da37c2541c789d897a0db
Author: Carlos Eduardo Seo <carlos.seo@arm.com>
Date:   Fri May 20 14:39:29 2022 +0000

    cheri: elf: Add new AT_* auxv type definitions
    
    Follows the morello pure capability user ABI of linux.

Diff:
---
 elf/elf.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/elf/elf.h b/elf/elf.h
index 4a5653c419..878dc9bf83 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -1243,6 +1243,18 @@ 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_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.  */

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-23 14:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27 13:54 [glibc/arm/morello/main] cheri: elf: Add new AT_* auxv type definitions Szabolcs Nagy
  -- strict thread matches above, loose matches on Subject: below --
2022-11-23 14:44 Szabolcs Nagy
2022-10-26 15:15 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).