]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix docs for --enable-vtable-verify [PR120698]
authorJonathan Wakely <jwakely@redhat.com>
Wed, 18 Jun 2025 14:46:24 +0000 (15:46 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 8 Sep 2025 20:58:22 +0000 (21:58 +0100)
libstdc++-v3/ChangeLog:

PR libstdc++/120698
* doc/xml/manual/configure.xml: Do not claim that vtv is enabled
by default.
* doc/html/manual/configure.html: Regenerate.

(cherry picked from commit d199a9c7c5034d0eddb3380a58342a5bcbe6febd)

libstdc++-v3/doc/html/manual/configure.html
libstdc++-v3/doc/xml/manual/configure.xml

index 346b5d345cd1ba1360f17bfd2046a848e16f03bf..08477aa12ee57cc44df84c4ffe572fdac82bbd5f 100644 (file)
         operations (e.g. the library is configured for armv7 and then code
         is compiled with <code class="option">-march=armv5t</code>) then the program
         might rely on support in libgcc to provide the atomics.
-    </p></dd><dt><span class="term"><code class="code">--enable-vtable-verify</code>[default]</span></dt><dd><p>Use <code class="code">-fvtable-verify=std</code> to compile the C++
+    </p></dd><dt><span class="term"><code class="code">--enable-vtable-verify</code></span></dt><dd><p>Use <code class="code">-fvtable-verify=std</code> to compile the C++
     runtime with instrumentation for vtable verification. All virtual
     functions in the standard library will be verified at runtime.
     Types impacted include <code class="classname">locale</code> and
index 0a477ab85e59dfbd4ed83e856d3bfba87c647608..e4746bfe514a87a412b6f10fd1c00afaca442750 100644 (file)
     </para>
  </listitem></varlistentry>
 
- <varlistentry><term><code>--enable-vtable-verify</code>[default]</term>
+ <varlistentry><term><code>--enable-vtable-verify</code></term>
  <listitem>
     <para>Use <code>-fvtable-verify=std</code> to compile the C++
     runtime with instrumentation for vtable verification. All virtual