From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id aLRFG4S1RmMXYQoAWB0awg (envelope-from ) for ; Wed, 12 Oct 2022 08:39:32 -0400 Received: by simark.ca (Postfix, from userid 112) id 6DACF1E112; Wed, 12 Oct 2022 08:39:32 -0400 (EDT) Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=bMec4jv0; dkim-atps=neutral X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id D15A51E0D3 for ; Wed, 12 Oct 2022 08:39:31 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 81F8A385086E for ; Wed, 12 Oct 2022 12:39:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 81F8A385086E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1665578371; bh=mMfirkGQ/E1UotfhU3BWV0XjriyKBVQuK38pmFcytdU=; h=To:Subject:Date:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=bMec4jv0BSnKoJQvZ+UpcdlEfEcuI44/ptyU6bN2fP9DfbpotFoihK2pXcYPN0oYe wGu+XCllMi6RbOQ4/IG3vm21xWk5Ks6Dn02AEMS6rwowDGNNs2GvlAZCTsaCH3u3Lm ojvyvM68AiYJ76l+CZZed/o05GbFRKUF67t52NjI= 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) To: Tsukasa OI , Andrew Burgess , Tom de Vries 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-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: , From: Tsukasa OI via Gdb-patches Reply-To: Tsukasa OI Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" 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