From nobody Fri May 17 03:39:40 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of lists.xenproject.org designates 192.237.175.120 as permitted sender) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1713365509153938.8991157500351; Wed, 17 Apr 2024 07:51:49 -0700 (PDT) Received: from list by lists.xenproject.org with outflank-mailman.707602.1105655 (Exim 4.92) (envelope-from ) id 1rx6dB-00048y-I7; Wed, 17 Apr 2024 14:51:25 +0000 Received: by outflank-mailman (output) from mailman id 707602.1105655; Wed, 17 Apr 2024 14:51:25 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1rx6dB-00048r-FO; Wed, 17 Apr 2024 14:51:25 +0000 Received: by outflank-mailman (input) for mailman id 707602; Wed, 17 Apr 2024 14:51:23 +0000 Received: from se1-gles-flk1-in.inumbo.com ([94.247.172.50] helo=se1-gles-flk1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1rx6d9-00048l-IC for xen-devel@lists.xenproject.org; Wed, 17 Apr 2024 14:51:23 +0000 Received: from support.bugseng.com (mail.bugseng.com [162.55.131.47]) by se1-gles-flk1.inumbo.com (Halon) with ESMTPS id f4417f8b-fcc9-11ee-94a3-07e782e9044d; Wed, 17 Apr 2024 16:51:21 +0200 (CEST) Received: from nico.bugseng.com (unknown [46.228.253.202]) by support.bugseng.com (Postfix) with ESMTPSA id 8B7384EE073C; Wed, 17 Apr 2024 16:51:19 +0200 (CEST) X-Outflank-Mailman: Message body and most headers restored to incoming version X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: f4417f8b-fcc9-11ee-94a3-07e782e9044d From: Nicola Vetrini To: xen-devel@lists.xenproject.org, nicola.vetrini@bugseng.com Cc: sstabellini@kernel.org, michal.orzel@amd.com, xenia.ragiadakou@amd.com, ayan.kumar.halder@amd.com, consulting@bugseng.com, bertrand.marquis@arm.com, julien@xen.org, Simone Ballarin , Doug Goldstein Subject: [XEN PATCH] automation/eclair_analysis: substitute deprecated service Date: Wed, 17 Apr 2024 16:51:16 +0200 Message-Id: <4850cedd9680e521cfac350930b24af19cdf1ab8.1713338908.git.nicola.vetrini@bugseng.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-ZM-MESSAGEID: 1713365510674100001 Content-Type: text/plain; charset="utf-8" The service STD.emptrecd is in the process of being removed in favour of STD.anonstct. No functional change. Signed-off-by: Nicola Vetrini Acked-by: Julien Grall --- automation/eclair_analysis/ECLAIR/toolchain.ecl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/eclair_analysis/ECLAIR/toolchain.ecl b/automation/e= clair_analysis/ECLAIR/toolchain.ecl index 71a1e2cce029..86e9a79b5231 100644 --- a/automation/eclair_analysis/ECLAIR/toolchain.ecl +++ b/automation/eclair_analysis/ECLAIR/toolchain.ecl @@ -44,8 +44,8 @@ -doc_end =20 -doc_begin=3D"See Section \"6.19 Structures with No Members\" of "GCC_MANU= AL"." --config=3DSTD.emptrecd,behavior+=3D{c99,GCC_ARM64,specified} --config=3DSTD.emptrecd,behavior+=3D{c99,GCC_X86_64,specified} +-config=3DSTD.anonstct,behavior+=3D{c99,GCC_ARM64,specified} +-config=3DSTD.anonstct,behavior+=3D{c99,GCC_X86_64,specified} -doc_end =20 -doc_begin=3D"See Section \"6.18 Arrays of Length Zero\" of "GCC_MANUAL"." --=20 2.34.1