public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/arm/morello/main] cheri: elf: use elfptr_t for auxv parsing
@ 2022-11-23 14:44 Szabolcs Nagy
  0 siblings, 0 replies; 4+ 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=93efaa5bdc2218db547addcc5e96ac59c8c8bea0

commit 93efaa5bdc2218db547addcc5e96ac59c8c8bea0
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Mon Mar 14 08:44:32 2022 +0000

    cheri: elf: use elfptr_t for auxv parsing

Diff:
---
 sysdeps/unix/sysv/linux/dl-parse_auxv.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/dl-parse_auxv.h b/sysdeps/unix/sysv/linux/dl-parse_auxv.h
index bf9374371e..48ca7736a0 100644
--- a/sysdeps/unix/sysv/linux/dl-parse_auxv.h
+++ b/sysdeps/unix/sysv/linux/dl-parse_auxv.h
@@ -22,14 +22,14 @@
 #include <ldsodefs.h>
 #include <link.h>
 
-typedef ElfW(Addr) dl_parse_auxv_t[AT_MINSIGSTKSZ + 1];
+typedef elfptr_t dl_parse_auxv_t[AT_MINSIGSTKSZ + 1];
 
 /* Copy the auxiliary vector into AUXV_VALUES and set up GLRO
    variables.  */
 static inline
 void _dl_parse_auxv (ElfW(auxv_t) *av, dl_parse_auxv_t auxv_values)
 {
-  auxv_values[AT_ENTRY] = (ElfW(Addr)) ENTRY_POINT;
+  auxv_values[AT_ENTRY] = (elfptr_t) ENTRY_POINT;
   auxv_values[AT_PAGESZ] = EXEC_PAGESIZE;
   auxv_values[AT_FPUCW] = _FPU_DEFAULT;

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

* [glibc/arm/morello/main] cheri: elf: use elfptr_t for auxv parsing
@ 2022-10-27 13:54 Szabolcs Nagy
  0 siblings, 0 replies; 4+ 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=6d770f594045219d4b9142916e0e46ab441da98c

commit 6d770f594045219d4b9142916e0e46ab441da98c
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Mon Mar 14 08:44:32 2022 +0000

    cheri: elf: use elfptr_t for auxv parsing

Diff:
---
 sysdeps/unix/sysv/linux/dl-parse_auxv.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/dl-parse_auxv.h b/sysdeps/unix/sysv/linux/dl-parse_auxv.h
index bf9374371e..48ca7736a0 100644
--- a/sysdeps/unix/sysv/linux/dl-parse_auxv.h
+++ b/sysdeps/unix/sysv/linux/dl-parse_auxv.h
@@ -22,14 +22,14 @@
 #include <ldsodefs.h>
 #include <link.h>
 
-typedef ElfW(Addr) dl_parse_auxv_t[AT_MINSIGSTKSZ + 1];
+typedef elfptr_t dl_parse_auxv_t[AT_MINSIGSTKSZ + 1];
 
 /* Copy the auxiliary vector into AUXV_VALUES and set up GLRO
    variables.  */
 static inline
 void _dl_parse_auxv (ElfW(auxv_t) *av, dl_parse_auxv_t auxv_values)
 {
-  auxv_values[AT_ENTRY] = (ElfW(Addr)) ENTRY_POINT;
+  auxv_values[AT_ENTRY] = (elfptr_t) ENTRY_POINT;
   auxv_values[AT_PAGESZ] = EXEC_PAGESIZE;
   auxv_values[AT_FPUCW] = _FPU_DEFAULT;

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

* [glibc/arm/morello/main] cheri: elf: use elfptr_t for auxv parsing
@ 2022-10-26 15:15 Szabolcs Nagy
  0 siblings, 0 replies; 4+ 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=3476146867b756b8121b2b5ebe39fc10d1eb74ff

commit 3476146867b756b8121b2b5ebe39fc10d1eb74ff
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Mon Mar 14 08:44:32 2022 +0000

    cheri: elf: use elfptr_t for auxv parsing

Diff:
---
 sysdeps/unix/sysv/linux/dl-parse_auxv.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/dl-parse_auxv.h b/sysdeps/unix/sysv/linux/dl-parse_auxv.h
index bf9374371e..48ca7736a0 100644
--- a/sysdeps/unix/sysv/linux/dl-parse_auxv.h
+++ b/sysdeps/unix/sysv/linux/dl-parse_auxv.h
@@ -22,14 +22,14 @@
 #include <ldsodefs.h>
 #include <link.h>
 
-typedef ElfW(Addr) dl_parse_auxv_t[AT_MINSIGSTKSZ + 1];
+typedef elfptr_t dl_parse_auxv_t[AT_MINSIGSTKSZ + 1];
 
 /* Copy the auxiliary vector into AUXV_VALUES and set up GLRO
    variables.  */
 static inline
 void _dl_parse_auxv (ElfW(auxv_t) *av, dl_parse_auxv_t auxv_values)
 {
-  auxv_values[AT_ENTRY] = (ElfW(Addr)) ENTRY_POINT;
+  auxv_values[AT_ENTRY] = (elfptr_t) ENTRY_POINT;
   auxv_values[AT_PAGESZ] = EXEC_PAGESIZE;
   auxv_values[AT_FPUCW] = _FPU_DEFAULT;

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

* [glibc/arm/morello/main] cheri: elf: use elfptr_t for auxv parsing
@ 2022-08-05 19:34 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages 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=8536404f41d411e2e6deaafdd51c9c6dfb3ba22a

commit 8536404f41d411e2e6deaafdd51c9c6dfb3ba22a
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Mon Mar 14 08:44:32 2022 +0000

    cheri: elf: use elfptr_t for auxv parsing

Diff:
---
 sysdeps/unix/sysv/linux/dl-parse_auxv.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/dl-parse_auxv.h b/sysdeps/unix/sysv/linux/dl-parse_auxv.h
index bf9374371e..48ca7736a0 100644
--- a/sysdeps/unix/sysv/linux/dl-parse_auxv.h
+++ b/sysdeps/unix/sysv/linux/dl-parse_auxv.h
@@ -22,14 +22,14 @@
 #include <ldsodefs.h>
 #include <link.h>
 
-typedef ElfW(Addr) dl_parse_auxv_t[AT_MINSIGSTKSZ + 1];
+typedef elfptr_t dl_parse_auxv_t[AT_MINSIGSTKSZ + 1];
 
 /* Copy the auxiliary vector into AUXV_VALUES and set up GLRO
    variables.  */
 static inline
 void _dl_parse_auxv (ElfW(auxv_t) *av, dl_parse_auxv_t auxv_values)
 {
-  auxv_values[AT_ENTRY] = (ElfW(Addr)) ENTRY_POINT;
+  auxv_values[AT_ENTRY] = (elfptr_t) ENTRY_POINT;
   auxv_values[AT_PAGESZ] = EXEC_PAGESIZE;
   auxv_values[AT_FPUCW] = _FPU_DEFAULT;


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-23 14:44 [glibc/arm/morello/main] cheri: elf: use elfptr_t for auxv parsing Szabolcs Nagy
  -- strict thread matches above, loose matches on Subject: below --
2022-10-27 13:54 Szabolcs Nagy
2022-10-26 15:15 Szabolcs Nagy
2022-08-05 19:34 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).