From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id E60DB385734B for ; Thu, 29 Sep 2022 17:08:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E60DB385734B Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-561-YrsxU8OiOBa6IhHpn_KcTg-1; Thu, 29 Sep 2022 13:08:07 -0400 X-MC-Unique: YrsxU8OiOBa6IhHpn_KcTg-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 198983810D2C for ; Thu, 29 Sep 2022 17:08:07 +0000 (UTC) Received: from [10.2.17.232] (unknown [10.2.17.232]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DA80340C206B for ; Thu, 29 Sep 2022 17:08:06 +0000 (UTC) Message-ID: <84849fff-9739-3d77-ac04-d3f68f4acfa8@redhat.com> Date: Thu, 29 Sep 2022 10:08:05 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.1 Subject: Re: [PATCH 1/2] cleanup: Add missing feature/ XML files to Makefile To: "gdb-patches@sourceware.org ml" References: <20220912224733.2962282-1-keiths@redhat.com> <383112d6-4d64-38e5-9e77-3f46b845e494@simark.ca> <77ffceca-e0c9-ed22-162f-cbf2f904aefa@redhat.com> <2e6adda3-3cdf-7520-eee9-d58f179537ab@redhat.com> <3b7b0389-3cfe-ea44-7a22-9cb496debd4c@simark.ca> From: Keith Seitz In-Reply-To: <3b7b0389-3cfe-ea44-7a22-9cb496debd4c@simark.ca> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-7.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, 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 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: , X-List-Received-Date: Thu, 29 Sep 2022 17:08:10 -0000 On 9/27/22 17:37, Simon Marchi wrote: > > On 2022-09-27 13:57, Keith Seitz wrote: >> On 9/13/22 06:55, Keith Seitz via Gdb-patches wrote: >>> On 9/13/22 06:34, Simon Marchi wrote: >>>> aarch64-sve.c is not generate, so it's actually fine.  cskyv2-linux.c is >>>> generated, but we are missing the XML for it, I sent a reply to the >>>> patch thread that added it to ask the author to upload it. >>> >>> Bah. I caught aarch64-sve.c, but not the other. Thank you for catching that. >>> I will keep my eye out for it and update when cskyv2-linux.xml reappears. >> >> cskyv2-linux.xml has landed. Is there anything else I need to address before >> pushing this? > > Not sure if you intended to omit gdb-patches on this, but in any case I think the patch > is good to go. I did not intend to omit the list, but it happened anyway. :-) I've now pushed this. Thank you for the review. Keith