https://gcc.gnu.org/g:18f0f8024c6e822d20e20854d971b53b141f038d
commit r16-3866-g18f0f8024c6e822d20e20854d971b53b141f038d Author: Sebastian Poeplau <[email protected]> Date: Wed Aug 27 10:02:21 2025 +0200 ada: Remove the note that GNAT LLVM doesn't ship the light runtime gcc/ada/ChangeLog: * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Remove the note on light runtimes. Diff: --- gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst b/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst index 2a26e4659b8b..fbd3202c3d65 100644 --- a/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst +++ b/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst @@ -8143,5 +8143,4 @@ GNAT. .. only:: PRO - It provides the same runtimes with the exception that light runtimes - are not currently included with the native compilers. + It provides the same runtimes.
