]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: faq.xml: Update address of C++ ABI link.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 22 Jan 2017 16:05:45 +0000 (16:05 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 22 Jan 2017 16:05:45 +0000 (16:05 +0000)
Merge from mainline
2017-01-01  Gerald Pfeifer  <gerald@pfeifer.com>

* doc/xml/faq.xml: Update address of C++ ABI link.
* doc/xml/manual/abi.xml: Ditto.

From-SVN: r244761

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

index 18b1ea6a3a06d648696fa45964c36968ccb06794..c7f446554d269f5a6fe5bdbd611b8da46b06a29a 100644 (file)
@@ -1,3 +1,11 @@
+2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       Merge from mainline
+       2017-01-01  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/xml/faq.xml: Update address of C++ ABI link.
+       * doc/xml/manual/abi.xml: Ditto.
+       
 2017-01-16  Ville Voutilainen  <ville.voutilainen@gmail.com>
 
        Backport from mainline
index b24ee22889490a0670086e32bf1e1ea54fd95ace..57d9f52c12aadeec0a41774729b01e6e36948ea5 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://www.codesourcery.com/cxx-abi/">C++
+    <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mentorembedded.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 a2ed57b3f69a0abf33924fb808922e59d3046aa7..57051c1940947cd0a2205893db496aa430e2d2ea 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.com/cxx-abi/abi.html">ABI
+  found in the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mentorembedded.github.io/cxx-abi/abi.html">ABI
   specification</link>.
 </para>
 
@@ -735,7 +735,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.com/cxx-abi/abi.html#calls">Function
+section on <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://mentorembedded.github.io/cxx-abi/abi.html#calls">Function
 Calling Conventions and APIs</link>
  of the C++ ABI documentation for further details.
 </para></listitem>
@@ -1093,7 +1093,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://www.codesourcery.com/cxx-abi/">
+             xlink:href="http://mentorembedded.github.io/cxx-abi/">
          C++ ABI Summary
        </link>
       </title>