From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id D8C72383C7F3 for ; Tue, 13 Dec 2022 14:05:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D8C72383C7F3 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 7ED2F3045FA6; Tue, 13 Dec 2022 15:05:43 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 866E840007AE; Tue, 13 Dec 2022 15:05:42 +0100 (CET) Message-ID: <635f2107b840d3aa0be7b9a4b1814caaae21c41f.camel@klomp.org> Subject: Re: [PATCH] Add support for ARCv2 From: Mark Wielaard To: Shahab Vahedi Cc: "elfutils-devel@sourceware.org" , Claudiu Zissulescu , Francois Bedard Date: Tue, 13 Dec 2022 15:05:42 +0100 In-Reply-To: References: <7df84682-6291-bf7e-0915-ef766af240cb@synopsys.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-3032.4 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_NUMSUBJECT,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Shahab, On Thu, 2022-12-01 at 09:44 +0000, Shahab Vahedi via Elfutils-devel wrote: > On 12/1/22 00:36, Mark Wielaard wrote: > > Nice. I just synced elf.h. >=20 > Thanks a lot Mark! I will send a new patch sans the elf.h and will > add possible test(s) that can be related to it. Let me know if I should wait for that or review the v2 patch ignoring the elf.h changes. CHeers, Mark