From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.hazardy.de (mail.hazardy.de [78.94.181.132]) by sourceware.org (Postfix) with ESMTPS id A3D453858D33; Mon, 23 Jan 2023 20:17:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A3D453858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=hazardy.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=hazardy.de Received: from [10.0.1.129] (hades.hazardy.de [10.0.1.129]) by mail.hazardy.de (Postfix) with ESMTPSA id 561A8700476; Mon, 23 Jan 2023 21:17:46 +0100 (CET) Message-ID: <3719f37b-2709-5a14-79b0-36a24185a1c3@hazardy.de> Date: Mon, 23 Jan 2023 21:17:46 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Subject: Re: [PATCH 1/4] libbacktrace: change all pc related variables to uintptr_t Content-Language: en-US To: Ian Lance Taylor Cc: gcc-patches@gcc.gnu.org, gcc@gcc.gnu.org References: <20230120105409.54949-1-gcc@hazardy.de> From: =?UTF-8?Q?Bj=c3=b6rn_Sch=c3=a4pers?= In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-7.8 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Am 20.01.2023 um 23:25 schrieb Ian Lance Taylor: > On Fri, Jan 20, 2023 at 2:54 AM Björn Schäpers wrote: >> >> From: Björn Schäpers >> >> It's the right thing to do, since the PC shouldn't go out of the >> uintptr_t domain, and in backtrace_pcinfo the pc is uintptr_t. >> This is a preparation for a following patch. >> >> Tested on x86_64-linux and i686-w64-mingw32. > > Thanks. Committed like so, with some additional tweaks. > > For future reference, when pinging a patch, please reply to the > original patch to maintain the thread. Or at least mention the > original patch. It was still on my list, I just hadn't gotten to it. > Thanks. > > Ian > Thanks for the commit, and sorry for the repost. Because of a fault of my own I had no copy in my mailbox and thus couldn't reply to the first batch. Regards, Björn.