aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2003-05-06 23:17:59 +0000
committerPhil Edwards <pme@gcc.gnu.org>2003-05-06 23:17:59 +0000
commit26979a179fb2079163e1bbdb9f5b964d175290c8 (patch)
treeb15c6b9154cb25e21c49eac67ea2f03a260981a8 /gcc
parent14b568327592995e3e9a1bd8762fab7aaeb8c040 (diff)
downloadgcc-26979a179fb2079163e1bbdb9f5b964d175290c8.zip
gcc-26979a179fb2079163e1bbdb9f5b964d175290c8.tar.gz
gcc-26979a179fb2079163e1bbdb9f5b964d175290c8.tar.bz2
install.texi (mips-*-*): Add note about libstdc++.
2003-05-06 Phil Edwards <pme@gcc.gnu.org> * doc/install.texi (mips-*-*): Add note about libstdc++. From-SVN: r66541
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/install.texi7
2 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a5c4d99..8caccc1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-06 Phil Edwards <pme@gcc.gnu.org>
+
+ * doc/install.texi (mips-*-*): Add note about libstdc++.
+
2003-05-06 DJ Delorie <dj@redhat.com>
* config/stormy16/stormy16.c (xstormy16_function_profiler): New.
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 991e90b..976e320 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -2800,6 +2800,13 @@ stop such warnings by installing the GNU linker.
It would be nice to extend GAS to produce the gp tables, but they are
optional, and there should not be a warning about their absence.
+The libstdc++ atomic locking routines for MIPS targets requires MIPS II
+and later. A patch went in just after the GCC 3.3 release to
+make @samp{mips*-*-*} use the generic implementation instead. You can also
+configure for @samp{mipsel-elf} as a workaround. The
+@samp{mips*-*-linux*} target continues to use the MIPS II routines. More
+work on this is expected in future releases.
+
@heading @anchor{mips-sgi-irix5}mips-sgi-irix5
This configuration has considerable problems, which will be fixed in a