aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2017-02-07 23:38:12 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2017-02-07 23:38:12 +0000
commita68354c883a1eeabf7acf0a846b9902e0ebb0491 (patch)
tree8f0c8146e2d6e8c054b996764ff6ce8e8d75c28a
parent8027776f21889ddd55164a98b5d40f38870c83b0 (diff)
downloadgcc-a68354c883a1eeabf7acf0a846b9902e0ebb0491.zip
gcc-a68354c883a1eeabf7acf0a846b9902e0ebb0491.tar.gz
gcc-a68354c883a1eeabf7acf0a846b9902e0ebb0491.tar.bz2
abi.xml: Update link to "Sun Studio 11: C++ Migration Guide".
* doc/xml/manual/abi.xml: Update link to "Sun Studio 11: C++ Migration Guide". From-SVN: r245261
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/doc/xml/manual/abi.xml2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 1a10c3d..dc6394e 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-08 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/abi.xml: Update link to "Sun Studio 11: C++
+ Migration Guide".
+
2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
* doc/html/ext/lwg-active.html: Remove.
diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml
index cd76710..3ef57d5 100644
--- a/libstdc++-v3/doc/xml/manual/abi.xml
+++ b/libstdc++-v3/doc/xml/manual/abi.xml
@@ -1144,7 +1144,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="http://download.oracle.com/docs/cd/E19422-01/819-3689/index.html">
+ xlink:href="http://docs.oracle.com/cd/E19422-01/819-3689/">
Sun Studio 11: C++ Migration Guide (document 819-3689)
</link>
</title>