From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 88C26385151A; Thu, 27 Oct 2022 13:59:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 88C26385151A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666879165; bh=sFXLg42Q5NE5HGzpjkpt66v4SaTauQGA86T5SioNEjM=; h=From:To:Subject:Date:From; b=hN2XjUb/q/tiKuVfKiNEBNDJeoSV16khj8TJjAnQyUj5bwZRqAoo9aZmw1or/AR1U qYlV7ixCiDhtrHqjnb/6wknXVldS03+6PDfxiFc5pctPDE/88/WJ43+AI9mAq+Z7in 2dOShGDf0aEn7S2xLMLCozmR2ELHp0j7E+4bHdOU= 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] TODO(api): cheri: elfptr_t in public api for unwinder X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: 5a4c66e5b37e3ce78d8cfc3b9229d9d73a6bab39 X-Git-Newrev: e36abf5a0caff4aac5c447862567fb659a9676f2 Message-Id: <20221027135925.88C26385151A@sourceware.org> Date: Thu, 27 Oct 2022 13:59:24 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e36abf5a0caff4aac5c447862567fb659a9676f2 commit e36abf5a0caff4aac5c447862567fb659a9676f2 Author: Szabolcs Nagy Date: Wed Apr 13 09:27:08 2022 +0100 TODO(api): cheri: elfptr_t in public api for unwinder TODO: needs agreement across cheri libcs Diff: --- elf/link.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elf/link.h b/elf/link.h index c0f255ae18..eb2de1bf46 100644 --- a/elf/link.h +++ b/elf/link.h @@ -160,7 +160,7 @@ enum struct dl_phdr_info { - ElfW(Addr) dlpi_addr; + elfptr_t dlpi_addr; const char *dlpi_name; const ElfW(Phdr) *dlpi_phdr; ElfW(Half) dlpi_phnum;