From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-sender-0.a4lg.com (mail-sender-0.a4lg.com [IPv6:2401:2500:203:30b:4000:6bfe:4757:0]) by sourceware.org (Postfix) with ESMTPS id 53202385085C for ; Wed, 12 Oct 2022 12:39:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 53202385085C Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail-sender-0.a4lg.com (Postfix) with ESMTPSA id E1C6C300089; Wed, 12 Oct 2022 12:39:04 +0000 (UTC) From: Tsukasa OI To: Tsukasa OI , Andrew Burgess , Tom de Vries Cc: gdb-patches@sourceware.org Subject: [PATCH 0/1] sim/ppc: Fix erroneous error calls (supplement) Date: Wed, 12 Oct 2022 12:38:58 +0000 Message-Id: In-Reply-To: <87wn95bctu.fsf@redhat.com> References: <87wn95bctu.fsf@redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, 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 X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2022 12:39:09 -0000 Andrew, Thanks for fixing that! I was making pretty much the same patch but one minor difference: mine uses "%p" and Andrew's uses "0x%p" on core_map_find_mapping. For this particular location, "%p" is better. c.f. Despite that this difference is insignificant, if we miss this chance, we will likely leave core_map_find_mapping function for years. So, I will submit this when I can. Thanks, Tsukasa Tsukasa OI (1): sim/ppc: Fix core_find_mapping diagnostics sim/ppc/corefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) base-commit: 182421c9d2eea8c4877d983a2124e591f0aca710 -- 2.34.1