aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/html/manual/abi.html
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2024-08-17 15:21:21 +0200
committerGerald Pfeifer <gerald@pfeifer.com>2024-08-17 15:21:21 +0200
commite68ab0f16072af97f0898fa0a14e72fcda442775 (patch)
tree4502103ad4311a77d8074af4e7934532f981c162 /libstdc++-v3/doc/html/manual/abi.html
parent2af578434b21ac224d720808486ceeb023cd89c0 (diff)
downloadgcc-e68ab0f16072af97f0898fa0a14e72fcda442775.zip
gcc-e68ab0f16072af97f0898fa0a14e72fcda442775.tar.gz
gcc-e68ab0f16072af97f0898fa0a14e72fcda442775.tar.bz2
libstdc++: Update references to gcc.gnu.org/onlinedocs
libstdc++-v3: * doc/xml/manual/abi.xml: Update reference to gcc.gnu.org/onlinedocs. * doc/xml/manual/concurrency_extensions.xml (interface): Ditto. * doc/xml/manual/extensions.xml: Ditto. * doc/xml/manual/parallel_mode.xml: Ditto. * doc/xml/manual/shared_ptr.xml: Ditto. * doc/xml/manual/using_exceptions.xml: Ditto. And change GNU GCC to GCC. * doc/html/manual/abi.html: Regenerate. * doc/html/manual/ext_concurrency_impl.html: Ditto. * doc/html/manual/ext_demangling.html: Ditto. * doc/html/manual/memory.html: Ditto. * doc/html/manual/parallel_mode_design.html: Ditto. * doc/html/manual/parallel_mode_using.html: Ditto. * doc/html/manual/using_exceptions.html: Ditto.
Diffstat (limited to 'libstdc++-v3/doc/html/manual/abi.html')
-rw-r--r--libstdc++-v3/doc/html/manual/abi.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/doc/html/manual/abi.html b/libstdc++-v3/doc/html/manual/abi.html
index 0eb6a12..8dab47d 100644
--- a/libstdc++-v3/doc/html/manual/abi.html
+++ b/libstdc++-v3/doc/html/manual/abi.html
@@ -28,7 +28,7 @@
g++ command line options may change the ABI as a side-effect of
use. Such flags include <code class="code">-fpack-struct</code> and
<code class="code">-fno-exceptions</code>, but include others: see the complete
- list in the GCC manual under the heading <a class="link" href="http://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html#Code%20Gen%20Options" target="_top">Options
+ list in the GCC manual under the heading <a class="link" href="https://gcc.gnu.org/onlinedocs/gcc/Code-Gen-Options.html#Code%20Gen%20Options" target="_top">Options
for Code Generation Conventions</a>.
</p><p>
The configure options used when building a specific libstdc++