From 07c87fce63541846ca2951e22dac04fcaa66475f Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 2 Feb 2023 22:55:17 +0100 Subject: [PATCH] libstdc++: Tweak link to ABIcheck project libstdc++-v3/ChangeLog: * doc/xml/manual/abi.xml: Tweak link to ABIcheck project. * doc/html/manual/abi.html: Regenerate. --- libstdc++-v3/doc/html/manual/abi.html | 2 +- libstdc++-v3/doc/xml/manual/abi.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/abi.html b/libstdc++-v3/doc/html/manual/abi.html index 2781aeda30d..a9f7f04fa0c 100644 --- a/libstdc++-v3/doc/html/manual/abi.html +++ b/libstdc++-v3/doc/html/manual/abi.html @@ -527,7 +527,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so.

19664: libstdc++ headers should have pop/push of the visibility around the declarations

Bibliography

[biblio.abicheck] - + ABIcheck .

[biblio.cxxabi] diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml index 3cca1fd3b38..3a3cbd3346c 100644 --- a/libstdc++-v3/doc/xml/manual/abi.xml +++ b/libstdc++-v3/doc/xml/manual/abi.xml @@ -1130,7 +1130,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so. <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="http://abicheck.sourceforge.net"> + xlink:href="https://abicheck.sourceforge.net"> ABIcheck </link>