From: Nicola Vetrini Date: Thu, 1 May 2025 19:24:24 +0000 (-0700) Subject: misra: update list of GCC extensions used by Xen X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b229623019dddb47cdd8eb4f4e5c9869a073f06e;p=xen.git misra: update list of GCC extensions used by Xen __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 Signed-off-by: Stefano Stabellini Acked-by: Andrew Cooper --- 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: