From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by sourceware.org (Postfix) with ESMTPS id A80D4385842A for ; Tue, 26 Sep 2023 13:57:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A80D4385842A 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-out1.suse.de (Postfix) with ESMTPS id 971262185F; Tue, 26 Sep 2023 13:57:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1695736622; 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=xXAeOKT/oepcKwWkJ8b1Jra670dnh2atb9BjGMmguos=; b=kVNf6vXEVyENl9uYNiNamvkyYKu29MCSjyxfm7y7gNzT1aM4h9J3ug9MQ/ut3CAoEx2wMl FlQ/FWQ+AS810AY83Y6U5asrM4J9yit3i9zE+5Nu9B5+2VcJJNiGRWSlaqAkDDwTFd8zng s7Y24BoOgDy1Z1coNm4AS6hXJ+f7INI= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1695736622; 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=xXAeOKT/oepcKwWkJ8b1Jra670dnh2atb9BjGMmguos=; b=fR3TeAQfgJLkxuuKiERwF97JPuWO0B1EWDjZcJnGiGV2feED/DLdHlFGlkkSYJMHUGshpF 8vBiHCSdOyRDdRDQ== 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 78F671390B; Tue, 26 Sep 2023 13:57:02 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 4M4THC7jEmXdRwAAMHmgww (envelope-from ); Tue, 26 Sep 2023 13:57:02 +0000 Message-ID: Date: Tue, 26 Sep 2023 15:57:04 +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: Tom Tromey , Tom de Vries via Gdb-patches Cc: Sam James , Tom de Vries References: <20230912010238.3086346-1-sam@gentoo.org> <87bkdp59la.fsf@tromey.com> From: Tom de Vries In-Reply-To: <87bkdp59la.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=unavailable 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/26/23 15:48, Tom Tromey wrote: >>>>>> "Tom" == Tom de Vries via Gdb-patches writes: > > Tom> 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. > > Tom> GDB write-after-approval requires a copyright assignment that covers > Tom> gdb. Do you have a copyright assignment for gdb? > > I think this patch could land without the paperwork, since it is small. Agreed, which is why I've already approved it and asked Sam to commit it. > And, it would be good to get it in before GDB 14, since it is a build > fix. Agreed. Sam, is there anything preventing you from committing this? If so, then I can take care of it. Thanks, - Tom