diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-02-18 08:37:19 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-02-18 08:37:19 +0000 |
commit | dc15bc7ad6f46550b5df09d9a85f6180a76ae8ce (patch) | |
tree | e45a45924780368aaf2ca97a41b9ed864e702e71 | |
parent | d92c7d95511cf5a321fd0660b8e2390c7e615e7c (diff) | |
download | gcc-dc15bc7ad6f46550b5df09d9a85f6180a76ae8ce.zip gcc-dc15bc7ad6f46550b5df09d9a85f6180a76ae8ce.tar.gz gcc-dc15bc7ad6f46550b5df09d9a85f6180a76ae8ce.tar.bz2 |
* doc/xml/manual/profile_mode.xml: Fix link.
From-SVN: r245559
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/profile_mode.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d70f0fe..ec11f19 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2017-02-18 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/profile_mode.xml: Fix link. + 2017-02-16 Gerald Pfeifer <gerald@pfeifer.com> * doc/xml/manual/policy_data_structures.xml: Simplify and diff --git a/libstdc++-v3/doc/xml/manual/profile_mode.xml b/libstdc++-v3/doc/xml/manual/profile_mode.xml index f7cc8e5..7e71a7e 100644 --- a/libstdc++-v3/doc/xml/manual/profile_mode.xml +++ b/libstdc++-v3/doc/xml/manual/profile_mode.xml @@ -26,7 +26,7 @@ various components at interesting entry/exit points to/from the standard library. Process trace, recognize suboptimal patterns, give advice. For details, see the - <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://http://ieeexplore.ieee.org/document/4907670/">Perflint + <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://ieeexplore.ieee.org/document/4907670/">Perflint paper presented at CGO 2009</link>. </para> <para> |