From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id 9D2DF385781F for ; Tue, 12 Sep 2023 13:03:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9D2DF385781F 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 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 C309D1F45A; Tue, 12 Sep 2023 13:03:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1694523798; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Suriez7lgbcG8OIRCPBvCOfRpCH1wIHOc8hvipo3Nhc=; b=puwY6YbC4LPGtTiHHUHcEZVEbJEakSYnHWvSRcmbj2OgH5jqdua+rn7sI6iR+Ji4xIyUg5 P/Kn8gjojbPqioBEQ/afrmLA3BUxlCAuP1zN+DsOhRFyQLBXU7WtHQ7rHvKC9omI2KvsJR Bo7FZlcVNW1oC0lcz4Jb7JrIzT+9vpE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1694523798; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Suriez7lgbcG8OIRCPBvCOfRpCH1wIHOc8hvipo3Nhc=; b=4LFHJd8+GRtofengrkLybzDbXLwG3awdZ8AKIuGRQSQRYQGUVQUSE40exdp2Rdsn9Nq5n8 KggPA1NjmEAQjmAw== 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 A909613A39; Tue, 12 Sep 2023 13:03:18 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id uln8J5ZhAGUKKwAAMHmgww (envelope-from ); Tue, 12 Sep 2023 13:03:18 +0000 Message-ID: Date: Tue, 12 Sep 2023 15:03:07 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] gdb: Fix an ODR warning with byacc with GDB_YY_REMAP Content-Language: en-US To: Sam James , gdb-patches@sourceware.org Cc: Tom de Vries References: <20230912010238.3086346-1-sam@gentoo.org> From: Tom de Vries In-Reply-To: <20230912010238.3086346-1-sam@gentoo.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP 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: On 9/12/23 02:58, Sam James wrote: > - Tom commented that it probably constitutes obvious but while I have > binutils access, I'm not listed in gdb/MAINTAINERS for > write-after-approval, so I'm hesitant. GDB write-after-approval requires a copyright assignment that covers gdb. Do you have a copyright assignment for gdb? Thanks, - Tom