From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 04FpMjbkqmKujQIAWB0awg (envelope-from ) for ; Thu, 16 Jun 2022 04:05:10 -0400 Received: by simark.ca (Postfix, from userid 112) id BE1661E224; Thu, 16 Jun 2022 04:05:10 -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=b2EGZ+Zq; 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,NICE_REPLY_A,RDNS_DYNAMIC, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.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 ED7DA1E15C for ; Thu, 16 Jun 2022 04:05:08 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 40CCB3858288 for ; Thu, 16 Jun 2022 08:05:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 40CCB3858288 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1655366708; bh=a5j9vj0/rTHK8pBCMNbV5YJJPHIVF4zqTA8B+SrNrbM=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=b2EGZ+ZqGH6LPxtR1lo5CkHmAvONGfatcmZYW9uSRNYvt539XcRBqNUbekH4yBDNP p7uwXrGZe6d7iJKzlKtBwO829UnciYdsXoE7Lffs1XLfVlUo+NF0VVlBQume7FRJ1R PQq075aRA32DuCzQQdApoEokb0Tnkc4GpczuB3Us= Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id BFAF23858D33; Thu, 16 Jun 2022 08:04:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BFAF23858D33 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id C028E1F85D; Thu, 16 Jun 2022 08:04:46 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 9CF531344E; Thu, 16 Jun 2022 08:04:46 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id IfQeJR7kqmJ2JwAAMHmgww (envelope-from ); Thu, 16 Jun 2022 08:04:46 +0000 Message-ID: <38bb3126-27ae-ea96-d838-a98e0f295022@suse.de> Date: Thu, 16 Jun 2022 10:04:46 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 Subject: Re: [PATCH][gdb] Fix fbsd core matching Content-Language: en-US To: Alan Modra References: <20220609085842.GA32249@delia.home> <790e4948-9a70-a7c7-f562-a2bf16a54506@FreeBSD.org> <7449d20d-d35b-dbf0-e01a-39940dd914af@suse.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: Tom de Vries via Gdb-patches Reply-To: Tom de Vries Cc: gdb-patches@sourceware.org, binutils@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 6/16/22 02:52, Alan Modra wrote: > On Tue, Jun 14, 2022 at 11:03:22AM +0200, Tom de Vries wrote: >> I've run the gdb testsuite on x86_64-linux with native and target board >> unix-/m32, no regressions and originally reported FAIL fixed. > > "Revert "Fix fbsd core matching"" now reverted. > Hi Alan, sorry for the noise due to the accidental commit, thanks for fixing this. Thanks, - Tom