From: Phil Edwards Date: Tue, 6 May 2003 23:20:14 +0000 (+0000) Subject: Fix typo in previous commit (3.3 not 3.3.0). X-Git-Tag: releases/gcc-3.4.0~6761 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9af203f79b396700b99d30e51cbd01464a7d759;p=thirdparty%2Fgcc.git Fix typo in previous commit (3.3 not 3.3.0). From-SVN: r66542 --- diff --git a/libstdc++-v3/docs/html/faq/index.html b/libstdc++-v3/docs/html/faq/index.html index c7222ddd2978..29a1d2fa369c 100644 --- a/libstdc++-v3/docs/html/faq/index.html +++ b/libstdc++-v3/docs/html/faq/index.html @@ -547,7 +547,7 @@ which is no longer available, thanks deja...-->

3.10 MIPS atomic operations

The atomic locking routines for MIPS targets requires MIPS II - and later. A patch went in just after the 3.3.0 release to + and later. A patch went in just after the 3.3 release to make mips* use the generic implementation instead. You can also configure for mipsel-elf as a workaround.

diff --git a/libstdc++-v3/docs/html/faq/index.txt b/libstdc++-v3/docs/html/faq/index.txt index dedc0f5bca80..3e3a4fa60a6c 100644 --- a/libstdc++-v3/docs/html/faq/index.txt +++ b/libstdc++-v3/docs/html/faq/index.txt @@ -442,7 +442,7 @@ 3.10 MIPS atomic operations 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 + later. A patch went in just after the 3.3 release to make mips* use the generic implementation instead. You can also configure for mipsel-elf as a workaround.