[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] misra: update list of GCC extensions used by Xen
commit b229623019dddb47cdd8eb4f4e5c9869a073f06e Author: Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx> AuthorDate: Thu May 1 12:24:24 2025 -0700 Commit: Stefano Stabellini <stefano.stabellini@xxxxxxx> CommitDate: Thu May 1 12:28:52 2025 -0700 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 <nicola.vetrini@xxxxxxxxxxx> Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxx> Acked-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- 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: -- generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |