aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2024-06-17 15:16:49 +0200
committerGerald Pfeifer <gerald@pfeifer.com>2024-06-17 15:16:49 +0200
commitdae93785c9ebdaf6a0a4eeef51d399e2530679cd (patch)
treedd3b3420258cc7d5192b87149b036c11f66d4ca5 /gcc
parentc70eea0dba5f223d49c80cfb3e80e87b74330aac (diff)
downloadgcc-dae93785c9ebdaf6a0a4eeef51d399e2530679cd.zip
gcc-dae93785c9ebdaf6a0a4eeef51d399e2530679cd.tar.gz
gcc-dae93785c9ebdaf6a0a4eeef51d399e2530679cd.tar.bz2
doc: Mark up __cxa_atexit as @code.
gcc: * doc/install.texi (Configuration): Mark up __cxa_atexit as @code.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/install.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 298031d..1774a01 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1779,12 +1779,12 @@ 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 __cxa_atexit, rather than atexit, to
+Define if you want to use @code{__cxa_atexit}, rather than atexit, to
register C++ destructors for local statics and global objects.
This is essential for fully standards-compliant handling of
-destructors, but requires __cxa_atexit in libc. This option is currently
-only available on systems with GNU libc. When enabled, this will cause
-@option{-fuse-cxa-atexit} to be passed by default.
+destructors, but requires @code{__cxa_atexit} in libc. This option is
+currently only available on systems with GNU libc. When enabled, this
+will cause @option{-fuse-cxa-atexit} to be passed by default.
@item --enable-gnu-indirect-function
Define if you want to enable the @code{ifunc} attribute. This option is