From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 2RVGE9QmdmXFOB0AWB0awg (envelope-from ) for ; Sun, 10 Dec 2023 16:00:04 -0500 Authentication-Results: simark.ca; dkim=fail reason="signature verification failed" (768-bit key; unprotected) header.d=tromey.com header.i=@tromey.com header.a=rsa-sha256 header.s=default header.b=DtPyMGqW; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id 3E9DA1E0C3; Sun, 10 Dec 2023 16:00:04 -0500 (EST) Received: from server2.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 ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 0DA971E091 for ; Sun, 10 Dec 2023 16:00:02 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4ECEE3857B88 for ; Sun, 10 Dec 2023 21:00:01 +0000 (GMT) Received: from omta34.uswest2.a.cloudfilter.net (omta34.uswest2.a.cloudfilter.net [35.89.44.33]) by sourceware.org (Postfix) with ESMTPS id 56E983858016 for ; Sun, 10 Dec 2023 20:59:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 56E983858016 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=tromey.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tromey.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 56E983858016 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=35.89.44.33 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702241959; cv=none; b=iH8hHEi46DwR2BQmiT2Als8oSevSIlJFCV7yurHot6U0oRFEi8trK8Vi3HkXT9oEmGfskqYELbc2ht+JZvNHfGU9NODYb4ySom8UDFtK7vonzVdG5PH3NGBU+RJDd5f4N8asWOIMcKys+SEWiKR2NK4F/n+iuhf4lazI9Fb1ahg= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1702241959; c=relaxed/simple; bh=T2cCFrLjRqis/VHSLJD1W9uxeQbkrRKmsSg61AJcAgg=; h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version; b=Z8NjJz7M8vXWcOmqGDQIL9Z8tRb8kl6x5EoN4HErj2zN+fCR1+F4BOlv7L01h/eaD5/OF54L2Q0Rt1SmlICH4Mko4tbnzKM/Heum/CD1BQUoceoTQJkz8QPTlRk3M+ePkOekmW2ycB3Bqx9abNta/urgNdk0uraH/+d7bbea4Uc= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from eig-obgw-5005a.ext.cloudfilter.net ([10.0.29.234]) by cmsmtp with ESMTPS id CDnHr43CI8HteCQtQr9Qs6; Sun, 10 Dec 2023 20:59:16 +0000 Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with ESMTPS id CQtPrUfRm1b9NCQtPrxMll; Sun, 10 Dec 2023 20:59:15 +0000 X-Authority-Analysis: v=2.4 cv=FLYIesks c=1 sm=1 tr=0 ts=657626a3 a=ApxJNpeYhEAb1aAlGBBbmA==:117 a=ApxJNpeYhEAb1aAlGBBbmA==:17 a=OWjo9vPv0XrRhIrVQ50Ab3nP57M=:19 a=dLZJa+xiwSxG16/P+YVxDGlgEgI=:19 a=e2cXIFwxEfEA:10 a=Qbun_eYptAEA:10 a=20KFwNOVAAAA:8 a=bOVIWm_yfJNglZUIPXAA:9 a=xk3tJOLNZ8oA:10 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=T2cCFrLjRqis/VHSLJD1W9uxeQbkrRKmsSg61AJcAgg=; b=DtPyMGqWSY0GVNdLpnQd9BYA8A rvNnMiTFZ1IYTyfWP6nwOHOBoDWHkduSDN42LHLWn3+DIdVJkltQSPLcJSxPG0ydiMWGU40zT5TSq 7QqWdhz0VLmOZnPJrAiI/RVSU; Received: from [198.59.47.65] (port=38836 helo=prentzel) by box5379.bluehost.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96.2) (envelope-from ) id 1rCQtO-0001tH-27; Sun, 10 Dec 2023 13:59:14 -0700 From: Tom Tromey To: Jakub Jelinek Cc: Tom Tromey , gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org Subject: Re: [PATCH] Add some new DW_IDX_* constants References: <20231209205653.3930232-1-tom@tromey.com> X-Attribution: Tom Date: Sun, 10 Dec 2023 13:59:12 -0700 In-Reply-To: (Jakub Jelinek's message of "Sat, 9 Dec 2023 23:03:10 +0100") Message-ID: <87cyvd7p0f.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.3 (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: 198.59.47.65 X-Source-L: No X-Exim-ID: 1rCQtO-0001tH-27 X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: (prentzel) [198.59.47.65]:38836 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: MS4xfKvZ/V20vlr/NiaDls5h3Y33sQwZhPDvecquyd5b88vmLLjHtSr41OcTn1S5BrSzGdkM68m1tDSc7VUN63zyLOTzZWJtXB4/MIIKFrAqj+xG9ybPZcMe CkUUX2l2q/0eTAdoRzgEdZ0dOM9EgYevrXgI1WrAfOqli1PvDSqDMBQqYCgU9bp8lX905PhQH0EREAPmfLiwVGR9bKRsIsjHa5s= X-Spam-Status: No, score=-3018.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, JMQ_SPF_NEUTRAL, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org >>>>> "Jakub" == Jakub Jelinek writes: Jakub> LGTM for GCC (but it needs a ChangeLog entry). Oops, yeah -- I am out of the habit of writing those. I'll add one before I push this. Tom