From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 0sSwMX9xi2h12gAAWB0awg (envelope-from ) for ; Thu, 31 Jul 2025 09:37:03 -0400 Received: by simark.ca (Postfix, from userid 112) id BDAFB1E102; Thu, 31 Jul 2025 09:37:03 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-25) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-9.0 required=5.0 tests=ARC_SIGNED,ARC_VALID,BAYES_00, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_VALIDITY_CERTIFIED, RCVD_IN_VALIDITY_RPBL,RCVD_IN_VALIDITY_SAFE autolearn=ham autolearn_force=no version=4.0.1 Received: from server2.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 ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 085A81E091 for ; Thu, 31 Jul 2025 09:37:03 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id BFB893858C36 for ; Thu, 31 Jul 2025 13:37:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BFB893858C36 Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 0ACB63858C40; Thu, 31 Jul 2025 13:36:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0ACB63858C40 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 0ACB63858C40 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=140.211.166.183 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1753968988; cv=none; b=ue3RqXDYp63ZARXtyELXSqAvHot4fqUbJhhm96hn2jVPBVfNK15m3tMwQv6K7TdmNiH08GcrWdec6MYhVTujF+SbHWblXdKluJd87EhqzVyIEnqZVftI1ZdFzbctkoG7J3giodYIiBTxcZggXiy2j8n/8AUNDwnlps6QeOwDTPg= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1753968988; c=relaxed/simple; bh=7DNiEWqKV2VUgY2plo3N4SiVJYMmaGv7qdrV+gtcKCE=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=ENTuHY2TOJk5oKCvy/rYLVSLBWwrZo1n5qtAC3F4GF6MFxLEQzmuZcigURQKvrKb1qVMEXotDKcLkdgVaflBOflt5iGbJj0pIfJaDx13gBP+0InBc6f4vwLZBVzHg6K68QXOhDzRXHl9DnMbPIk9vWsdsmWalEEEmEwdjQbN9i4= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0ACB63858C40 Received: from mop.sam.mop (unknown [82.8.138.118]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange secp256r1 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sam) by smtp.gentoo.org (Postfix) with ESMTPSA id E5CF1340EC1; Thu, 31 Jul 2025 13:36:25 +0000 (UTC) From: Sam James To: Nick Clifton Cc: gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: RFC: Any objections to rebasing the zlib sources to 1.3.1 ? In-Reply-To: Organization: Gentoo References: <87h5yslfkq.fsf@redhat.com> <87ldo435kp.fsf@gentoo.org> User-Agent: mu4e 1.12.11; emacs 31.0.50 Date: Thu, 31 Jul 2025 14:36:23 +0100 Message-ID: <87cy9g32js.fsf@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces~public-inbox=simark.ca@sourceware.org Nick Clifton writes: > Hi Sam, Hi Nick, > >> I have it ready to go already. It's been approved on the GCC side, I >> just can't push it yet because of a hook issue. My plan is once it's >> pushed there to sync it in the binutils-gdb tree. > > Perfect - thanks very much. No problem. I've just landed the gcc side, so I'll commit this side shortly. > > Cheers > Nick thanks, sam