summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-10 22:20:16 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2017-02-10 22:20:16 +0000
commit6debdcc9222f6e24091aa7f6a8927be60beac03a (patch)
tree7f181f7ae62068968f12954a274c76442888975f
parent2abeaa094d0b4d13866108d4383eebdc9294c503 (diff)
* doc/xml/manual/profile_mode.xml: Update a paper reference.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245349 138bc75d-0d04-0410-961f-82ee72b054a4
-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 27ce13e7fc37..43162f09ca2a 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 39c176be9239..f7cc8e5098b7 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>