diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index d70f0fe4307..ec11f19bfed 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2017-02-18 Gerald Pfeifer + + * doc/xml/manual/profile_mode.xml: Fix link. + 2017-02-16 Gerald Pfeifer * 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 f7cc8e5098b..7e71a7e3312 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 - Perflint + Perflint paper presented at CGO 2009.