[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] misra: update list of GCC extensions used by Xen
- To: <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Stefano Stabellini <stefano.stabellini@xxxxxxx>
- Date: Thu, 1 May 2025 12:24:24 -0700
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=lists.xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=WWFyBkGcolLP6ZBoxo2upVGUXUcmgDq+Pw6vE898w6o=; b=l+YfmmyhEK73xh4WvpJex34VZycsiNbsW4fRm82NL8lrT+L7GLVhNtZaP2KwValnu+X71hbPeDOfteGnj1muYjngqseUQIq5fJQLuZku6+hE/JsR20KOvGfpmfafg9gO67SpFQrjoVMvvC9/L/DYxd4ZYaQR2ptaaiQykYFpQKztAw7AFkl2dtzxpF0f1yOCHLg1e1sRxOLP7uRgSCm36K9qRl6cSSnD+cayNvzhQRPEE8hAL95niX+a8GKqOetbaM7MVGUmXxqUq05KlTmVdaGMoc1n6PuLc3Q0MEzSfkSeHwGn3PGp47gKqLPBMPPu6J8RbSUFq1PVGmfNJMTjUw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=FyFzfuNWvW8dMt1OiJluOSd1znOerC+pmns6m8HOArnq8HkPGkEaYyF4G3v/5WptQf0zhd63Kh6YDZ8JROF8xVyF/YpPes7mWAgDY/qdPvJb4T+AFTtKFb1ddu42s/5fxY4uRdHHJvdEWP/o7sRQmNx+jyUE59GEmhLnY2GszpVSrFgyeeA+JlFlbCl9o4fdDFhqDh9/QJOsGaSiVFoREMh6zzSh5QvL38JBU1dRG88tobepygL6LKX+CV4aB5u49NnOVMUWg37X+7JtL/jTg39o/ZssV/Vlc8lehWZKox3zl0vnEKwIlVoAuauPSNyt4zLXuoZOowMFobxk52HPOg==
- Cc: <sstabellini@xxxxxxxxxx>, <nicola.vetrini@xxxxxxxxxxx>, <michal.orzel@xxxxxxx>, <andrew.cooper3@xxxxxxxxxx>, <anthony.perard@xxxxxxxxxx>, <jbeulich@xxxxxxxx>, <julien@xxxxxxx>, <roger.pau@xxxxxxxxxx>, Stefano Stabellini <stefano.stabellini@xxxxxxx>
- Delivery-date: Thu, 01 May 2025 19:24:54 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
From: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>
__inline and __inline__ are already handled by ECLAIR but
C-language-toolchain.rst doesn't reflect that. Update the doc.
No functional change.
Signed-off-by: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>
Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxx>
---
docs/misra/C-language-toolchain.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/misra/C-language-toolchain.rst
b/docs/misra/C-language-toolchain.rst
index 5ddfe7bdbe..3a1ce651d7 100644
--- a/docs/misra/C-language-toolchain.rst
+++ b/docs/misra/C-language-toolchain.rst
@@ -86,6 +86,8 @@ The table columns are as follows:
see Sections "6.48 Alternate Keywords" and "6.47.2.1 Volatile" of
GCC_MANUAL.
__const__:
see Section "6.48 Alternate Keywords" of GCC_MANUAL.
+ __inline, __inline__:
+ see Section "6.48 Alternate Keywords" of GCC_MANUAL.
typeof, __typeof__:
see Section "6.7 Referring to a Type with typeof" of GCC_MANUAL.
__alignof__, __alignof:
--
2.25.1
|