diff --git a/Help/command/include/SUPPORTED_LANGUAGES.rst b/Help/command/include/SUPPORTED_LANGUAGES.rst index 9e8419017f..2a838352ba 100644 --- a/Help/command/include/SUPPORTED_LANGUAGES.rst +++ b/Help/command/include/SUPPORTED_LANGUAGES.rst @@ -51,7 +51,7 @@ The supported languages are: ``ASM_MASM`` Microsoft Assembler (x86, x64) -.. FIXME(#21536): ``ASM_POASM`` +``ASM_POASM`` .. versionadded:: 4.4 Pelles C toolchain assembler. diff --git a/Help/envvar/ASM_DIALECT.rst b/Help/envvar/ASM_DIALECT.rst index 1c01546e14..43de07545a 100644 --- a/Help/envvar/ASM_DIALECT.rst +++ b/Help/envvar/ASM_DIALECT.rst @@ -14,7 +14,7 @@ files. ``ASM`` can be one of: * ``ASM_MARMASM`` (Microsoft ARM Assembler) -.. FIXME(#21536): * ``ASM_POASM`` (Pelles Macro Assembler) +* ``ASM_POASM`` (Pelles Macro Assembler) * ``ASM-ATT`` (Assembler AT&T) diff --git a/Help/envvar/ASM_DIALECTFLAGS.rst b/Help/envvar/ASM_DIALECTFLAGS.rst index 578d1b9d2e..918768cebd 100644 --- a/Help/envvar/ASM_DIALECTFLAGS.rst +++ b/Help/envvar/ASM_DIALECTFLAGS.rst @@ -14,7 +14,7 @@ of an assembly language. ``ASMFLAGS`` can be one of: * ``ASM_MARMASMFLAGS`` -.. FIXME(#21536): * ``ASM_POASMFLAGS`` +* ``ASM_POASMFLAGS`` * ``ASM-ATTFLAGS`` diff --git a/Help/release/dev/pellesc-compiler.rst b/Help/release/dev/pellesc-compiler.rst new file mode 100644 index 0000000000..269644f496 --- /dev/null +++ b/Help/release/dev/pellesc-compiler.rst @@ -0,0 +1,9 @@ +pellesc-compiler +---------------- + +* The `Pelles C`_ toolchain is now supported with compiler id ``PellesC``. + +* The ``ASM_POASM`` language was added to support the `Pelles C`_ + toolchain's Macro Assembler. + +.. _`Pelles C`: https://pellesc.se diff --git a/Help/variable/CMAKE_LANG_COMPILER_ID.rst b/Help/variable/CMAKE_LANG_COMPILER_ID.rst index 365e1d0217..6fa2d83154 100644 --- a/Help/variable/CMAKE_LANG_COMPILER_ID.rst +++ b/Help/variable/CMAKE_LANG_COMPILER_ID.rst @@ -39,6 +39,7 @@ Value Name ``NVIDIA`` `NVIDIA CUDA Compiler`_ ``OrangeC`` `OrangeC Compiler`_ ``OpenWatcom`` `Open Watcom`_ +``PellesC`` `Pelles C`_ ``PGI`` The Portland Group ``PathScale`` PathScale ``QCC`` QNX C/C++ compiler @@ -71,6 +72,7 @@ languages. .. _NVIDIA CUDA Compiler: https://developer.nvidia.com/cuda-llvm-compiler .. _Open Watcom: https://open-watcom.github.io .. _OrangeC Compiler: https://github.com/LADSoft/OrangeC +.. _Pelles C: https://pellesc.se .. _Renesas Compiler: https://www.renesas.com .. _Small Device C Compiler: https://sdcc.sourceforge.net .. _Tiny C Compiler: https://bellard.org/tcc