Commit fa587f4c by Phil Edwards

index.html (3.10): Add note about mips atomicity.h.

2003-05-06  Phil Edwards  <pme@gcc.gnu.org>

	* docs/html/faq/index.html (3.10):  Add note about mips atomicity.h.
	* docs/html/faq/index.txt:  Regenerated.

From-SVN: r66536
parent aa1a100b
2003-05-06 Phil Edwards <pme@gcc.gnu.org>
* docs/html/faq/index.html (3.10): Add note about mips atomicity.h.
* docs/html/faq/index.txt: Regenerated.
2003-05-06 Michael Ritzert <Ritzert@t-online.de> 2003-05-06 Michael Ritzert <Ritzert@t-online.de>
Matt Kraai <kraai@alumni.cmu.edu> Matt Kraai <kraai@alumni.cmu.edu>
......
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
<li><a href="#3_7">Threading is broken on i386</a></li> <li><a href="#3_7">Threading is broken on i386</a></li>
<li><a href="#3_8">Recent GNU/Linux glibc required?</a></li> <li><a href="#3_8">Recent GNU/Linux glibc required?</a></li>
<li><a href="#3_9">Can't use wchar_t/wstring on FreeBSD</a></li> <li><a href="#3_9">Can't use wchar_t/wstring on FreeBSD</a></li>
<li><a href="#3_10">MIPS atomic operations</a></li>
</ol> </ol>
</li> </li>
...@@ -544,6 +545,17 @@ which is no longer available, thanks deja...--> ...@@ -544,6 +545,17 @@ which is no longer available, thanks deja...-->
</p> </p>
<hr /> <hr />
<h2><a name="3_10">3.10 MIPS atomic operations</a></h2>
<p>The atomic locking routines for MIPS targets requires MIPS II
and later. A patch went in just after the 3.3.0 release to
make mips* use the generic implementation instead. You can also
configure for mipsel-elf as a workaround.
</p>
<p>mips*-*-linux* continues to use the MIPS II routines, and more
work in this area is expected.
</p>
<hr />
<h1><a name="4_0">4.0 Known Bugs and Non-Bugs</a></h1> <h1><a name="4_0">4.0 Known Bugs and Non-Bugs</a></h1>
<em>Note that this section can get rapdily outdated -- such is the <em>Note that this section can get rapdily outdated -- such is the
nature of an open-source project. For the latest information, join nature of an open-source project. For the latest information, join
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment