[gcc r11-6340] libstdc++: Update link to Intel/GNU compatibility paper

Gerald Pfeifer gerald@gcc.gnu.org
Sat Dec 26 12:40:01 GMT 2020


https://gcc.gnu.org/g:9d426e4dbccf1548f2d11866fe18af04af4109de

commit r11-6340-g9d426e4dbccf1548f2d11866fe18af04af4109de
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sat Dec 26 00:27:23 2020 +0100

    libstdc++: Update link to Intel/GNU compatibility paper
    
    libstdc++-v3:
    
    2020-12-26  Gerald Pfeifer  <gerald@pfeifer.com>
    
            * doc/xml/manual/abi.xml: Update link to Intel's compatibility
            with GNU compilers document.
            * doc/html/manual/abi.html: Regenerate.

Diff:
---
 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 8ed8de64b32..be5676d14f4 100644
--- a/libstdc++-v3/doc/html/manual/abi.html
+++ b/libstdc++-v3/doc/html/manual/abi.html
@@ -535,7 +535,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so.
 	  Itanium C++ ABI
 	</a>
       </em>. </span></p></div><div class="biblioentry"><a id="id-1.3.6.3.6.10.4"></a><p><span class="title"><em>
-	<a class="link" href="https://software.intel.com/en-us/articles/intel-compilers-for-linux-compatibility-with-gnu-compilers" target="_top">
+	<a class="link" href="https://software.intel.com/content/www/us/en/develop/articles/intel-compilers-for-linux-compatibility-with-gnu-compilers.html" target="_top">
 	Intel Compilers for Linux: Compatibility with GNU Compilers
 	</a>
       </em>. </span></p></div><div class="biblioentry"><a id="id-1.3.6.3.6.10.5"></a><p><span class="title"><em>
diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml
index e9f3773186c..e48a536b54e 100644
--- a/libstdc++-v3/doc/xml/manual/abi.xml
+++ b/libstdc++-v3/doc/xml/manual/abi.xml
@@ -1143,7 +1143,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so.
   <biblioentry>
        <title>
 	<link xmlns:xlink="http://www.w3.org/1999/xlink"
-	      xlink:href="https://software.intel.com/en-us/articles/intel-compilers-for-linux-compatibility-with-gnu-compilers">
+	      xlink:href="https://software.intel.com/content/www/us/en/develop/articles/intel-compilers-for-linux-compatibility-with-gnu-compilers.html">
 	Intel Compilers for Linux: Compatibility with GNU Compilers
 	</link>
       </title>


More information about the Libstdc++-cvs mailing list