aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/xml
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2023-11-20 12:41:30 +0000
committerJonathan Wakely <jwakely@redhat.com>2023-11-21 15:58:20 +0000
commit623b8081ab8db797bd017c06aa11accbfae3342d (patch)
tree4d120e9c087262482b6a6087035c68be7d6ea006 /libstdc++-v3/doc/xml
parent32ce90c60154c21789225ed36faae59af8416cb4 (diff)
downloadgcc-623b8081ab8db797bd017c06aa11accbfae3342d.zip
gcc-623b8081ab8db797bd017c06aa11accbfae3342d.tar.gz
gcc-623b8081ab8db797bd017c06aa11accbfae3342d.tar.bz2
libstdc++: Remove outdated references to buildstat.html
The buildstat.html pages have not existed since gcc-8 so remove referencs to them in the libstdc++ manual. libstdc++-v3/ChangeLog: * doc/html/*: Regenerate. * doc/xml/faq.xml: Remove reference to buildstat.html pages. * doc/xml/manual/test.xml: Likewise
Diffstat (limited to 'libstdc++-v3/doc/xml')
-rw-r--r--libstdc++-v3/doc/xml/faq.xml5
-rw-r--r--libstdc++-v3/doc/xml/manual/test.xml4
2 files changed, 3 insertions, 6 deletions
diff --git a/libstdc++-v3/doc/xml/faq.xml b/libstdc++-v3/doc/xml/faq.xml
index da41199..79edb02 100644
--- a/libstdc++-v3/doc/xml/faq.xml
+++ b/libstdc++-v3/doc/xml/faq.xml
@@ -64,9 +64,8 @@
(<command>gcc</command>, <command>g++</command>, etc) is widely
considered to be one of the leading compilers in the world. Its
development is overseen by the
- <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://gcc.gnu.org/">GCC team</link>. All of
- the rapid development and near-legendary
- <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://gcc.gnu.org/buildstat.html">portability</link>
+ <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://gcc.gnu.org/">GCC team</link>.
+ All of the rapid development and near-legendary portability
that are the hallmarks of an open-source project are applied to libstdc++.
</para>
<para>
diff --git a/libstdc++-v3/doc/xml/manual/test.xml b/libstdc++-v3/doc/xml/manual/test.xml
index 936f974..f2c709b 100644
--- a/libstdc++-v3/doc/xml/manual/test.xml
+++ b/libstdc++-v3/doc/xml/manual/test.xml
@@ -266,10 +266,8 @@ cat 27_io/objects/char/3_xin.in | a.out</programlisting>
<para>
Archives of test results for various versions and platforms are
- available on the GCC website in the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/gcc-4.3/buildstat.html">build
- status</link> section of each individual release, and are also
archived on a daily basis on the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/ml/gcc-testresults/current">gcc-testresults</link>
- mailing list. Please check either of these places for a similar
+ mailing list. Please check there for a similar
combination of source version, operating system, and host CPU.
</para>
</section>