From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id aLl9FVJdT2PwQw4AWB0awg (envelope-from ) for ; Tue, 18 Oct 2022 22:13:38 -0400 Received: by simark.ca (Postfix, from userid 112) id 546BE1E112; Tue, 18 Oct 2022 22:13:38 -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=SpZWgLIA; 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 F3C411E0D5 for ; Tue, 18 Oct 2022 22:13:37 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 0FF4E385841F for ; Wed, 19 Oct 2022 02:13:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0FF4E385841F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666145617; bh=uioGlyZ3/0VIB9M+mGiCRShLum/NA99PFuxKnOxaj0o=; 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=SpZWgLIAfQ9iUGMJpdVpVDqumgqMyWlFSPm0eFh+xFK4jG1oI48TyJUgzy1PzO/bu uk9yeYyq/fMMPdkQQNNGctpGmEZKaBWlHVRE1knU6E7o/WAmk5n56hJyPUu4/H7t3g JN6Z2aXRK7hNP+g+aMxSCta+vEgsdvXwN2hCIlfE= Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id A71B23858D39 for ; Wed, 19 Oct 2022 02:12:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A71B23858D39 Received: from [10.0.0.11] (unknown [217.28.27.60]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id D9A9D1E0D5; Tue, 18 Oct 2022 22:12:32 -0400 (EDT) Message-ID: Date: Tue, 18 Oct 2022 22:12:32 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1 Subject: Re: [PATCH] gdb: check for groups with duplicate names in reggroups:add Content-Language: en-US To: Tom Tromey References: <20221018141733.29298-1-simon.marchi@efficios.com> <87v8ohgeh9.fsf@tromey.com> <87r0z5gdmb.fsf@tromey.com> <87r0z4d1cd.fsf@tromey.com> In-Reply-To: <87r0z4d1cd.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8 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: Simon Marchi via Gdb-patches Reply-To: Simon Marchi Cc: Simon Marchi , Simon Marchi via Gdb-patches Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 2022-10-18 21:54, Tom Tromey wrote: > Simon> I am asking, because these things are still new, so better safe than > Simon> sorry: are you fine with me adding your Approved-By? > > Yes, definitely. > > thanks, > Tom Thanks, pushed. Simon