https://gcc.gnu.org/g:2361b20f7a4f9ee65184aff2d0299bfc3e0d0f76
commit r16-2775-g2361b20f7a4f9ee65184aff2d0299bfc3e0d0f76 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Tue Aug 5 07:44:47 2025 +0200 doc: Mark up function name in installation docs gcc: PR target/69374 * doc/install.texi (Configuration): Mark up atexit as code. Diff: --- gcc/doc/install.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index f3f14458e4b4..64c1217e587b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1887,8 +1887,8 @@ Produce code conforming to version 20191213. In the absence of this configuration option the default version is 20191213. @item --enable-__cxa_atexit -Define if you want to use @code{__cxa_atexit}, rather than atexit, to -register C++ destructors for local statics and global objects. +Define if you want to use @code{__cxa_atexit}, rather than @code{atexit}, +to register C++ destructors for local statics and global objects. This is essential for fully standards-compliant handling of destructors, but requires @code{__cxa_atexit} in libc. This option is currently only available on systems with GNU libc. When enabled, this