From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id B4283384F48F; Fri, 18 Nov 2022 11:35:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B4283384F48F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1668771352; bh=hptB5kErlnirn68lDMaljwD+osiQgcFhX+0i6kiYOG4=; h=From:To:Subject:Date:From; b=N93KThQSu9rKyGZHAndvAZhNdbb/zze43YWwyVe/4pHrZGqyggKkbHtKvbQtxmwD3 hKXZe5Gzkl+QK3DxhjTSRakvOJQRtRpA/Xv2WPr+4z9Ng+9MEdlnMukeUKYxJuiSjN Te9IMHO3A63EFG4Ytaa/ugusWfiWmFQtXkc/9ITQ= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Szabolcs Nagy To: glibc-cvs@sourceware.org Subject: [glibc/arm/morello/main] Revert "cheri: Fix elf/tst-dlmodcount test" X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: 3caf385850a96d7536f4b988e225d6fc600d6185 X-Git-Newrev: f4c913ed552252ca91690e6c73ea02b10e263509 Message-Id: <20221118113552.B4283384F48F@sourceware.org> Date: Fri, 18 Nov 2022 11:35:52 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f4c913ed552252ca91690e6c73ea02b10e263509 commit f4c913ed552252ca91690e6c73ea02b10e263509 Author: Szabolcs Nagy 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)