]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR libstdc++/81835 fix broken URLs in libstdc++ docs
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Sep 2017 10:05:59 +0000 (10:05 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Sep 2017 10:05:59 +0000 (10:05 +0000)
PR libstdc++/81835
* doc/xml/manual/extensions.xml: Replace unstable URL.
* doc/html/manual/ext_demangling.html: Regenerate.
* libsupc++/cxxabi.h (__cxa_demangle): Fix broken URL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@252066 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/doc/html/manual/ext_demangling.html
libstdc++-v3/doc/xml/manual/extensions.xml
libstdc++-v3/libsupc++/cxxabi.h

index 76ab00f9c8d770958ffd369d52e70023b1869468..fc18cc7000a5d6095d8e47361bc16840dad8ab72 100644 (file)
@@ -1,5 +1,10 @@
 2017-09-13  Jonathan Wakely  <jwakely@redhat.com>
 
+       PR libstdc++/81835
+       * doc/xml/manual/extensions.xml: Replace unstable URL.
+       * doc/html/manual/ext_demangling.html: Regenerate.
+       * libsupc++/cxxabi.h (__cxa_demangle): Fix broken URL.
+
        * include/bits/allocated_ptr.h (__allocated_ptr::get): Use
        __to_address.
        (__allocated_ptr::_S_raw_ptr): Remove.
index 3091976c4fb646e93914c4e4b3c329bb66afe3ea..7d6df2d8c41fb3b08b32029a90c278f1d394186b 100644 (file)
@@ -7,7 +7,7 @@
     original C++ source identifiers is called
     <span class="quote">“<span class="quote">demangling.</span>”</span>
   </p><p>
-    If you have read the <a class="link" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01115.html" target="_top">source
+    If you have read the <a class="link" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/namespaces.html" target="_top">source
     documentation for <code class="code">namespace abi</code></a> then you are
     aware of the cross-vendor C++ ABI in use by GCC.  One of the
     exposed functions is used for demangling,
index 41b1a801325d45bec8e920a76955468eb59af629..a6e4db2b6f7f663b0718a2b8eab669993e5e636a 100644 (file)
@@ -502,7 +502,7 @@ get_temporary_buffer(5, (int*)0);
     <quote>demangling.</quote>
   </para>
   <para>
-    If you have read the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a01115.html">source
+    If you have read the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/namespaces.html">source
     documentation for <code>namespace abi</code></link> then you are
     aware of the cross-vendor C++ ABI in use by GCC.  One of the
     exposed functions is used for demangling,
index b66d6d194bc802077c60fd65225f60ad773c2f97..6e6b21ddbde7bab2c0b1bb1ca27d4b1580d6da7e 100644 (file)
@@ -182,7 +182,7 @@ namespace __cxxabiv1
    *  with GNU extensions. For example, this function is used in
    *  __gnu_cxx::__verbose_terminate_handler.
    *
-   *  See http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt12ch39.html
+   *  See https://gcc.gnu.org/onlinedocs/libstdc++/manual/ext_demangling.html
    *  for other examples of use.
    *
    *  @note The same demangling functionality is available via