aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2017-02-10 22:20:16 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2017-02-10 22:20:16 +0000
commit42f8e766cc32d1a485351a5baddceda15cd6d4f6 (patch)
tree7f181f7ae62068968f12954a274c76442888975f
parenteb533b4e2657143dde440a4a20d9ea7bed71bf2c (diff)
downloadgcc-42f8e766cc32d1a485351a5baddceda15cd6d4f6.zip
gcc-42f8e766cc32d1a485351a5baddceda15cd6d4f6.tar.gz
gcc-42f8e766cc32d1a485351a5baddceda15cd6d4f6.tar.bz2
* doc/xml/manual/profile_mode.xml: Update a paper reference.
From-SVN: r245349
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/doc/xml/manual/profile_mode.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 27ce13e..43162f0 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
+
+ * doc/xml/manual/profile_mode.xml: Update a paper reference.
+
2017-02-08 Gerald Pfeifer <gerald@pfeifer.com>
* src/c++11/snprintf_lite.cc (__err): Use https for bug reporting.
diff --git a/libstdc++-v3/doc/xml/manual/profile_mode.xml b/libstdc++-v3/doc/xml/manual/profile_mode.xml
index 39c176b..f7cc8e5 100644
--- a/libstdc++-v3/doc/xml/manual/profile_mode.xml
+++ b/libstdc++-v3/doc/xml/manual/profile_mode.xml
@@ -328,7 +328,7 @@ vector-size: improvement = 3: call stack = 0x804842c ...
<para>
For details, see
- <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://dx.doi.org/10.1109/CGO.2009.36">paper presented at
+ <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://ieeexplore.ieee.org/document/4907670/">paper presented at
CGO 2009</link>.
</para>
</section>