From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from omta038.useast.a.cloudfilter.net (omta038.useast.a.cloudfilter.net [44.202.169.37]) by sourceware.org (Postfix) with ESMTPS id E9835385DC3D for ; Tue, 26 Sep 2023 13:48:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E9835385DC3D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tromey.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tromey.com Received: from eig-obgw-6006a.ext.cloudfilter.net ([10.0.30.182]) by cmsmtp with ESMTP id kqN7qAPwCWU1cl8QWqpymq; Tue, 26 Sep 2023 13:48:36 +0000 Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with ESMTPS id l8QVqteYxq1TOl8QVqpJdu; Tue, 26 Sep 2023 13:48:35 +0000 X-Authority-Analysis: v=2.4 cv=LLl1/ba9 c=1 sm=1 tr=0 ts=6512e133 a=ApxJNpeYhEAb1aAlGBBbmA==:117 a=ApxJNpeYhEAb1aAlGBBbmA==:17 a=OWjo9vPv0XrRhIrVQ50Ab3nP57M=:19 a=dLZJa+xiwSxG16/P+YVxDGlgEgI=:19 a=zNV7Rl7Rt7sA:10 a=Qbun_eYptAEA:10 a=CCpqsmhAAAAA:8 a=3NJxm_WwguRmDw9cOEUA:9 a=zZCYzV9kfG8A:10 a=ul9cdbp4aOFLsgKbc677:22 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date:References :Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=+sts4qIJkQMRByHUwqW+1e2lOxKwenvmBnPSPNo/jbI=; b=Et217P+aOWSYwfkepXB8v9DhQZ up/iziV55fiWTzji3Q3g8foxLRi17SGidQ49f1+p0uVKXvnVFor1kJZyupqOYJ7AFlAxt0M7OWm2M w/9/9s6biPqpZ+qak6u//drT9; Received: from 71-211-130-31.hlrn.qwest.net ([71.211.130.31]:53130 helo=murgatroyd) by box5379.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1ql8QU-000CKx-2b; Tue, 26 Sep 2023 07:48:34 -0600 From: Tom Tromey To: Tom de Vries via Gdb-patches Cc: Sam James , Tom de Vries , Tom de Vries Subject: Re: [PATCH] gdb: Fix an ODR warning with byacc with GDB_YY_REMAP References: <20230912010238.3086346-1-sam@gentoo.org> X-Attribution: Tom Date: Tue, 26 Sep 2023 07:48:33 -0600 In-Reply-To: (Tom de Vries via Gdb-patches's message of "Tue, 12 Sep 2023 15:03:07 +0200") Message-ID: <87bkdp59la.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - box5379.bluehost.com X-AntiAbuse: Original Domain - sourceware.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tromey.com X-BWhitelist: no X-Source-IP: 71.211.130.31 X-Source-L: No X-Exim-ID: 1ql8QU-000CKx-2b X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: 71-211-130-31.hlrn.qwest.net (murgatroyd) [71.211.130.31]:53130 X-Source-Auth: tom+tromey.com X-Email-Count: 3 X-Org: HG=bhshared;ORG=bluehost; X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTM3OS5ibHVlaG9zdC5jb20= X-Local-Domain: yes X-CMAE-Envelope: MS4xfGZfffugQjSjBQMF7+5DO6qfY11tULz2tbpdhhBX08CTvHsY5BQg7dwYRJl50iCaYg0ViKlywbvuhC3WGPznzj+kWazR6qxLeIJzlXRpyCFmisCGybvx ihn/t8a4UFuZCqLRL4sKQkOT5gBw3l1b5RwtJgX1cfOMYx+oV+tHnF2kSNxOT1HVOIAKXMp7Z5JiDFFjMDgWuzd81rV17Qt6u68= X-Spam-Status: No, score=-3018.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_LOW,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: >>>>> "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. And, it would be good to get it in before GDB 14, since it is a build fix. Tom