mirror of git://gcc.gnu.org/git/gcc.git
* doc/xml/manual/debug.xml: code.google.com uses https now.
From-SVN: r244770
This commit is contained in:
parent
8fcd76ca59
commit
cd30831311
|
|
@ -1,5 +1,9 @@
|
||||||
2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
|
2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
|
* doc/xml/manual/debug.xml: code.google.com uses https now.
|
||||||
|
|
||||||
|
2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
|
||||||
|
|
||||||
* doc/xml/manual/test.xml: Fix link into gccint online manual.
|
* doc/xml/manual/test.xml: Fix link into gccint online manual.
|
||||||
|
|
||||||
2017-01-21 Ville Voutilainen <ville.voutilainen@gmail.com>
|
2017-01-21 Ville Voutilainen <ville.voutilainen@gmail.com>
|
||||||
|
|
|
||||||
|
|
@ -234,7 +234,7 @@
|
||||||
xlink:href="http://valgrind.org/docs/manual/hg-manual.html">
|
xlink:href="http://valgrind.org/docs/manual/hg-manual.html">
|
||||||
Helgrind</link>, and
|
Helgrind</link>, and
|
||||||
<link xmlns:xlink="http://www.w3.org/1999/xlink"
|
<link xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
xlink:href="http://code.google.com/p/data-race-test/">
|
xlink:href="https://code.google.com/p/data-race-test/">
|
||||||
ThreadSanitizer</link> (this refers to ThreadSanitizer v1, not the
|
ThreadSanitizer</link> (this refers to ThreadSanitizer v1, not the
|
||||||
new "tsan" feature built-in to GCC itself).
|
new "tsan" feature built-in to GCC itself).
|
||||||
</para>
|
</para>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue