public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/arm/morello/main] Revert "cheri: Fix elf/tst-dlmodcount test"
@ 2022-11-18 11:35 Szabolcs Nagy
  0 siblings, 0 replies; only message in thread
From: Szabolcs Nagy @ 2022-11-18 11:35 UTC (permalink / raw)
  To: glibc-cvs

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

commit f4c913ed552252ca91690e6c73ea02b10e263509
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Wed Nov 16 14:35:43 2022 +0000

    Revert "cheri: Fix elf/tst-dlmodcount test"
    
    This reverts commit 3a69d7f241ab9f738479e039bd6eecf433868375.

Diff:
---
 elf/tst-dlmodcount.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elf/tst-dlmodcount.c b/elf/tst-dlmodcount.c
index ba9fb171f3..8a96803d85 100644
--- a/elf/tst-dlmodcount.c
+++ b/elf/tst-dlmodcount.c
@@ -30,7 +30,7 @@ static int
 callback (struct dl_phdr_info *info, size_t size, void *ptr)
 {
   static int last_adds = 0, last_subs = 0;
-  unsigned long cmd = (intptr_t) ptr;
+  intptr_t cmd = (intptr_t) ptr;
 
   printf ("  size = %Zu\n", size);
   if (size < (offsetof (struct dl_phdr_info, dlpi_subs)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-18 11:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-18 11:35 [glibc/arm/morello/main] Revert "cheri: Fix elf/tst-dlmodcount test" 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).