From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 476CD3858D33 for ; Tue, 27 Jun 2023 14:20:50 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 476CD3858D33 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 62B64216DC for ; Tue, 27 Jun 2023 14:20:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1687875649; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bvilMBIrsEvBwt607HMGLauQVd8yIGFteqcQvQavbhk=; b=rGtmwZgQygfA7PPwZs8XBAP6QlosjHsoPLtWaGCKMM9iNmDnKE4maxw5/zxileCTKMJ6I7 SUv7nir4prkznvAgdelkQz3l80Pq5PLD7jRn/uqsUK/C6oZIeYEJVv3ndk6SNFadYR1cXC fgNWB5nt99wKCFAVlMq+7j96JBw2TPU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1687875649; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bvilMBIrsEvBwt607HMGLauQVd8yIGFteqcQvQavbhk=; b=eR9D8GI8VlF8oClxfUyHv6Y27OKXjJUY44GoLWsyPdy70AFKLGIWutarkIPghLmYW62qNy m/1BkDb2CkOfwlCQ== Received: from wotan.suse.de (wotan.suse.de [10.160.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 5933B2C141 for ; Tue, 27 Jun 2023 14:20:49 +0000 (UTC) Received: by wotan.suse.de (Postfix, from userid 10510) id 4D85A6815; Tue, 27 Jun 2023 14:20:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by wotan.suse.de (Postfix) with ESMTP id 4C8FB6582 for ; Tue, 27 Jun 2023 14:20:49 +0000 (UTC) Date: Tue, 27 Jun 2023 14:20:49 +0000 (UTC) From: Michael Matz To: binutils@sourceware.org Subject: Re: [PATCH] section-match: Check parent archive name as well In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (LSU 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-3.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE 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: Lame self-reply: On Mon, 26 Jun 2023, Michael Matz via Binutils wrote: > Regtesting on Alans targets in progress, that finished uneventful as well. Ciao, Michael.