diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-01-22 20:39:06 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-01-22 20:39:06 +0000 |
commit | 630f9893175663e53cb64fe5e4dbc35a225a920b (patch) | |
tree | 0c0aab8f4355b43c28fdb3b62dfee3b4f13b2fe0 | |
parent | b99d68f5be2c3300a497bf7e50982eef92d6e5cd (diff) | |
download | gcc-630f9893175663e53cb64fe5e4dbc35a225a920b.zip gcc-630f9893175663e53cb64fe5e4dbc35a225a920b.tar.gz gcc-630f9893175663e53cb64fe5e4dbc35a225a920b.tar.bz2 |
* doc/xml/manual/test.xml: Fix link into gccint online manual.
From-SVN: r244765
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/test.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b96185a..d0ea82e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2017-01-22 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/test.xml: Fix link into gccint online manual. + 2017-01-21 Ville Voutilainen <ville.voutilainen@gmail.com> Make poisoned hashes SFINAE away the call operator of the hash. diff --git a/libstdc++-v3/doc/xml/manual/test.xml b/libstdc++-v3/doc/xml/manual/test.xml index d3b4c40..8ae88b3 100644 --- a/libstdc++-v3/doc/xml/manual/test.xml +++ b/libstdc++-v3/doc/xml/manual/test.xml @@ -820,7 +820,7 @@ with specific options, and additional options for 32-bit x86: <para> In addition to the usual <link xmlns:xlink="http://www.w3.org/1999/xlink" - xlink:href="https://gcc.gnu.org/onlinedocs/gccint/Require-support.html">Variants + xlink:href="https://gcc.gnu.org/onlinedocs/gccint/Require-Support.html">Variants of <literal>dg-require-<replaceable>support</replaceable></literal></link> several more directives are available for use in libstdc++ tests, including the following: |