From: Gerald Pfeifer Date: Sat, 22 Jun 2024 12:44:11 +0000 (+0200) Subject: libstdc++: Move gcc.gnu.org and sourceware.org links to https X-Git-Tag: basepoints/gcc-16~7995 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4adba21a7a1428a0ad1a2647fe98fca77f5bf3c;p=thirdparty%2Fgcc.git libstdc++: Move gcc.gnu.org and sourceware.org links to https libstdc++-v3: * doc/xml/manual/debug.xml: Move gcc.gnu.org link to https. Ditto for sourceware.org links. * doc/html/manual/debug.html: Regenerate. --- diff --git a/libstdc++-v3/doc/html/manual/debug.html b/libstdc++-v3/doc/html/manual/debug.html index eb83d4e15ac..a5f51569e00 100644 --- a/libstdc++-v3/doc/html/manual/debug.html +++ b/libstdc++-v3/doc/html/manual/debug.html @@ -27,7 +27,7 @@ platform can be identified via the value set by the PREFERRED_DEBUGGING_TYPE macro in the GCC sources.

- Many other options are available: please see "Options + Many other options are available: please see "Options for Debugging Your Program" in Using the GNU Compiler Collection (GCC) for a complete list.

Debug Mode

@@ -180,7 +180,7 @@ Refer to the documentation of each particular tool for details.

Using gdb

- Many options are available for GDB itself: please see + Many options are available for GDB itself: please see "GDB features for C++" in the GDB documentation. Also recommended: the other parts of this manual.

@@ -214,12 +214,12 @@ print the classes as if the Python pretty-printers were not loaded.

For additional information on STL support and GDB please visit: - "GDB Support + "GDB Support for STL" in the GDB wiki. Additionally, in-depth documentation and discussion of the pretty printing feature can be found in "Pretty Printing" node in the GDB manual. You can find on-line versions of the GDB user manual in GDB's homepage, at - "GDB: The GNU Project + "GDB: The GNU Project Debugger" .

Debug Versions of Library Binary Files

As described above, libstdc++ is built with debug symbols enabled by default, @@ -250,4 +250,4 @@ with C++11 and later standards. They might be removed at a future date.

\ No newline at end of file + diff --git a/libstdc++-v3/doc/xml/manual/debug.xml b/libstdc++-v3/doc/xml/manual/debug.xml index 23dbae5e521..44784071538 100644 --- a/libstdc++-v3/doc/xml/manual/debug.xml +++ b/libstdc++-v3/doc/xml/manual/debug.xml @@ -49,7 +49,7 @@ - Many other options are available: please see "Options + Many other options are available: please see "Options for Debugging Your Program" in Using the GNU Compiler Collection (GCC) for a complete list. @@ -270,7 +270,7 @@ - Many options are available for GDB itself: please see + Many options are available for GDB itself: please see "GDB features for C++" in the GDB documentation. Also recommended: the other parts of this manual. @@ -316,12 +316,12 @@ For additional information on STL support and GDB please visit: - "GDB Support + "GDB Support for STL" in the GDB wiki. Additionally, in-depth documentation and discussion of the pretty printing feature can be found in "Pretty Printing" node in the GDB manual. You can find on-line versions of the GDB user manual in GDB's homepage, at - "GDB: The GNU Project + "GDB: The GNU Project Debugger" .