faq.xml: Update reference link to C++ ABI for Itanium.
authorGerald Pfeifer <gerald@pfeifer.com>
Tue, 11 Apr 2017 22:36:40 +0000 (22:36 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Tue, 11 Apr 2017 22:36:40 +0000 (22:36 +0000)
* doc/xml/faq.xml: Update reference link to C++ ABI for Itanium.
* doc/xml/manual/abi.xml. Ditto (thrice).

From-SVN: r246860

libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/faq.xml
libstdc++-v3/doc/xml/manual/abi.xml

index 4397d327a4097b35b7bea8bf606a311c6cd3bfe8..3f836d2c673a7493efada176256afbc600a2f721 100644 (file)
@@ -1,3 +1,8 @@
+2017-04-12  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/xml/faq.xml: Update reference link to C++ ABI for Itanium.
+       * doc/xml/manual/abi.xml. Ditto (thrice).
+
 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
 
        * doc/xml/manual/status_cxx2017.xml: Remove duplicate table entry.
index 340ba9db34be6d376267b45bc4e3e3e160e4bb55..8041c1428e6c1934774ddb926cc66695dd86bbf2 100644 (file)
     details than for C, and most CPU designers (for good reasons elaborated
     below) have not stepped up to publish C++ ABIs.  Such an ABI has been
     defined for the Itanium architecture (see
-    <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mentorembedded.github.io/cxx-abi/">C++
+    <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://itanium-cxx-abi.github.io/cxx-abi/">C++
     ABI for Itanium</link>) and that is used by G++ and other compilers
     as the de facto standard ABI on many common architectures (including x86).
     G++ can also use the ARM architecture's EABI, for embedded
index e79bf8cf8b1760c8f3292a7629edb46236f3de90..0e5606872586c1cdaa15d4d6b428219e1b6d21d2 100644 (file)
@@ -42,7 +42,7 @@
   virtual functions, etc. These details are defined as the compiler
   Application Binary Interface, or ABI. The GNU C++ compiler uses an
   industry-standard C++ ABI starting with version 3. Details can be
-  found in the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mentorembedded.github.io/cxx-abi/abi.html">ABI
+  found in the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://itanium-cxx-abi.github.io/cxx-abi/">ABI
   specification</link>.
 </para>
 
@@ -757,7 +757,7 @@ class that would otherwise have implicit versions. This will change
 the way the compiler deals with this class in by-value return
 statements or parameters: instead of passing instances of this
 class in registers, the compiler will be forced to use memory. See the
-section on <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mentorembedded.github.io/cxx-abi/abi.html#calls">Function
+section on <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://itanium-cxx-abi.github.io/cxx-abi/abi.html#calls">Function
 Calling Conventions and APIs</link>
  of the C++ ABI documentation for further details.
 </para></listitem>
@@ -1115,7 +1115,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so.
     <biblioentry xml:id="biblio.cxxabi">
       <title>
        <link xmlns:xlink="http://www.w3.org/1999/xlink"
-             xlink:href="http://mentorembedded.github.io/cxx-abi/">
+             xlink:href="https://itanium-cxx-abi.github.io/cxx-abi/">
          C++ ABI Summary
        </link>
       </title>