From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id ES2wEg/C2GGmOgAAWB0awg (envelope-from ) for ; Fri, 07 Jan 2022 17:43:27 -0500 Received: by simark.ca (Postfix, from userid 112) id 3C9F01EE18; Fri, 7 Jan 2022 17:43:27 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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.2 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 C99B91E940 for ; Fri, 7 Jan 2022 17:43:26 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 447303857C79 for ; Fri, 7 Jan 2022 22:43:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 447303857C79 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1641595406; bh=CBzijUGG2gpn+q6GmTgQvfg4M/mC03nmy5YDqFSRAjY=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=nRqtLrVOcQkrW5zJrXTmcyKduTd1WxjxO6gfc1MWNJtN0C8Iow+dBY3wlixS2xpjE 0XTm1L4Ft0bQPBIeure5w1sr77aOyFdR8NsHnhMqTfTDTmgtISg+Ux4ZdWEIS2mRLO MNxOk0o9IAAqHVX2mbsIMBsBJduprf+EfWXUzJfY= Received: from lndn.lancelotsix.com (lndn.lancelotsix.com [51.195.220.111]) by sourceware.org (Postfix) with ESMTPS id 97DE83858D28 for ; Fri, 7 Jan 2022 22:43:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 97DE83858D28 Received: from Plymouth (unknown [IPv6:2a02:390:9086:0:43b1:b8c2:15f3:1f0f]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id C152C830F2 for ; Fri, 7 Jan 2022 22:43:06 +0000 (UTC) Date: Fri, 7 Jan 2022 22:43:03 +0000 To: gdb-patches@sourceware.org Subject: Re: [PATCH 00/12] Remove DUPLICATEs warnings Message-ID: <20220107224303.gewkytcklnyrmlts@Plymouth> References: <20211126230038.103225-1-lsix@lancelotsix.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211126230038.103225-1-lsix@lancelotsix.com> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (lndn.lancelotsix.com [0.0.0.0]); Fri, 07 Jan 2022 22:43:06 +0000 (UTC) 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: Lancelot SIX via Gdb-patches Reply-To: Lancelot SIX Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" Hi, I will shortly push this series (with the requested changes where appropriate). Note that I have removed the patches that were conflicting with https://sourceware.org/pipermail/gdb-patches/2021-December/184634.html (i.e. patches 1, 3, 5, 6, 9 and 11) Thanks for all the reviews. Best, Lancelot.