summaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/xml/manual/abi.xml
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2017-04-11 22:36:40 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2017-04-11 22:36:40 +0000
commit0ec4b661e8448d0a8649909f8c4c2c39d47bd7be (patch)
tree01aaec4641b01ebf94fd49f6bf3b239dfedf066b /libstdc++-v3/doc/xml/manual/abi.xml
parentcb9de6e56bf770b0d5d2a872677c71ebe148a5fc (diff)
downloadgcc-0ec4b661e8448d0a8649909f8c4c2c39d47bd7be.tar.gz
* doc/xml/faq.xml: Update reference link to C++ ABI for Itanium.
* doc/xml/manual/abi.xml. Ditto (thrice). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@246860 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc/xml/manual/abi.xml')
-rw-r--r--libstdc++-v3/doc/xml/manual/abi.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml
index e79bf8cf8b1..0e560687258 100644
--- a/libstdc++-v3/doc/xml/manual/abi.xml
+++ b/libstdc++-v3/doc/xml/manual/abi.xml
@@ -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>