summaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc/xml/manual/abi.xml
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-30 15:02:01 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-30 15:02:01 +0000
commit36e736ca8bfd085216fd2104be5ab684a14aeadd (patch)
treefedb77e8499cc5b754e45b2ca6b8863626b27406 /libstdc++-v3/doc/xml/manual/abi.xml
parent834d133cbde63794e1d6601b316d69bccbe4b773 (diff)
downloadgcc-36e736ca8bfd085216fd2104be5ab684a14aeadd.tar.gz
* doc/xml/manual/abi.xml: Adjust link to C++ ABI specification.
Improve description of one such reference. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169408 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc/xml/manual/abi.xml')
-rw-r--r--libstdc++-v3/doc/xml/manual/abi.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml
index 268f0a69199..23e7b304229 100644
--- a/libstdc++-v3/doc/xml/manual/abi.xml
+++ b/libstdc++-v3/doc/xml/manual/abi.xml
@@ -54,7 +54,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://www.codesourcery.com/cxx-abi/abi.html"> ABI
+ found in the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.codesourcery.com/public/cxx-abi/abi.html">ABI
specification</link>.
</para>
@@ -754,9 +754,11 @@ number to increase, say from "libstdc++.so.3.0.4" to
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 <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.codesourcery.com/cxx-abi/abi.html#calls"> this part</link>
+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://www.codesourcery.com/public/cxx-abi/abi.html#calls">Function
+Calling Conventions and APIs</link>
of the C++ ABI documentation for further details.
- </para></listitem>
+</para></listitem>
</orderedlist>