public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/arm/morello/main] cheri: fix static linking early allocation
@ 2022-08-05 19:33 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-08-05 19:33 UTC (permalink / raw)
  To: glibc-cvs

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

commit cb79f5073a957fb4804538fad25d6656343f2ef3
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Mon Jul 18 07:12:56 2022 +0100

    cheri: fix static linking early allocation
    
    Store mmap result to intptr_t instead of long.

Diff:
---
 sysdeps/unix/sysv/linux/dl-early_allocate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/unix/sysv/linux/dl-early_allocate.c b/sysdeps/unix/sysv/linux/dl-early_allocate.c
index 52c538e85a..d3e4961dba 100644
--- a/sysdeps/unix/sysv/linux/dl-early_allocate.c
+++ b/sysdeps/unix/sysv/linux/dl-early_allocate.c
@@ -64,7 +64,7 @@ _dl_early_allocate (size_t size)
      for static PIE.  */
   if (result == NULL)
     {
-      long int ret;
+      intptr_t ret;
       int prot = PROT_READ | PROT_WRITE;
       int flags = MAP_PRIVATE | MAP_ANONYMOUS;
 #ifdef __NR_mmap2


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

* [glibc/arm/morello/main] cheri: fix static linking early allocation
@ 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=7f6564cd800df24154650d363ff048c5869affa0

commit 7f6564cd800df24154650d363ff048c5869affa0
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Mon Jul 18 07:12:56 2022 +0100

    cheri: fix static linking early allocation
    
    Store mmap result to intptr_t instead of long.

Diff:
---
 sysdeps/unix/sysv/linux/dl-early_allocate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/unix/sysv/linux/dl-early_allocate.c b/sysdeps/unix/sysv/linux/dl-early_allocate.c
index 52c538e85a..d3e4961dba 100644
--- a/sysdeps/unix/sysv/linux/dl-early_allocate.c
+++ b/sysdeps/unix/sysv/linux/dl-early_allocate.c
@@ -64,7 +64,7 @@ _dl_early_allocate (size_t size)
      for static PIE.  */
   if (result == NULL)
     {
-      long int ret;
+      intptr_t ret;
       int prot = PROT_READ | PROT_WRITE;
       int flags = MAP_PRIVATE | MAP_ANONYMOUS;
 #ifdef __NR_mmap2

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

* [glibc/arm/morello/main] cheri: fix static linking early allocation
@ 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=d4060ecfa0bb220714199c63be8a692060d6d324

commit d4060ecfa0bb220714199c63be8a692060d6d324
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Mon Jul 18 07:12:56 2022 +0100

    cheri: fix static linking early allocation
    
    Store mmap result to intptr_t instead of long.

Diff:
---
 sysdeps/unix/sysv/linux/dl-early_allocate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/unix/sysv/linux/dl-early_allocate.c b/sysdeps/unix/sysv/linux/dl-early_allocate.c
index 52c538e85a..d3e4961dba 100644
--- a/sysdeps/unix/sysv/linux/dl-early_allocate.c
+++ b/sysdeps/unix/sysv/linux/dl-early_allocate.c
@@ -64,7 +64,7 @@ _dl_early_allocate (size_t size)
      for static PIE.  */
   if (result == NULL)
     {
-      long int ret;
+      intptr_t ret;
       int prot = PROT_READ | PROT_WRITE;
       int flags = MAP_PRIVATE | MAP_ANONYMOUS;
 #ifdef __NR_mmap2

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

* [glibc/arm/morello/main] cheri: fix static linking early allocation
@ 2022-10-26 15:16 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-10-26 15:16 UTC (permalink / raw)
  To: glibc-cvs

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

commit ef4103377aae39b21f41817976ce5c9383b0511a
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Mon Jul 18 07:12:56 2022 +0100

    cheri: fix static linking early allocation
    
    Store mmap result to intptr_t instead of long.

Diff:
---
 sysdeps/unix/sysv/linux/dl-early_allocate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/unix/sysv/linux/dl-early_allocate.c b/sysdeps/unix/sysv/linux/dl-early_allocate.c
index 52c538e85a..d3e4961dba 100644
--- a/sysdeps/unix/sysv/linux/dl-early_allocate.c
+++ b/sysdeps/unix/sysv/linux/dl-early_allocate.c
@@ -64,7 +64,7 @@ _dl_early_allocate (size_t size)
      for static PIE.  */
   if (result == NULL)
     {
-      long int ret;
+      intptr_t ret;
       int prot = PROT_READ | PROT_WRITE;
       int flags = MAP_PRIVATE | MAP_ANONYMOUS;
 #ifdef __NR_mmap2

^ 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-08-05 19:33 [glibc/arm/morello/main] cheri: fix static linking early allocation Szabolcs Nagy
2022-10-26 15:16 Szabolcs Nagy
2022-10-27 13:54 Szabolcs Nagy
2022-11-23 14:44 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).