diff options
author | David Daney <daney@gcc.gnu.org> | 2007-03-07 04:40:28 +0000 |
---|---|---|
committer | David Daney <daney@gcc.gnu.org> | 2007-03-07 04:40:28 +0000 |
commit | 3eb3cf05c0920517935067e613adf16672f7ea4b (patch) | |
tree | e368399779f72a53443dc330d5d733d68b1fd247 /gcc/doc | |
parent | bf4e79cff8e5a33ebc43b6b0caa3ecd903f457cc (diff) | |
download | gcc-3eb3cf05c0920517935067e613adf16672f7ea4b.zip gcc-3eb3cf05c0920517935067e613adf16672f7ea4b.tar.gz gcc-3eb3cf05c0920517935067e613adf16672f7ea4b.tar.bz2 |
install.texi (mips-*-*): Change recommended binutils version.
* doc/install.texi (mips-*-*): Change recommended binutils
version.
From-SVN: r122648
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 2dfa6ea..fa2b265 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3551,10 +3551,13 @@ currently do not work, because the auxiliary programs anything but a MIPS. It does work to cross compile for a MIPS if you use the GNU assembler and linker. -The linker from GNU binutils versions prior to 2.17 has a bug which -causes the runtime linker stubs in @file{libgcj.so} to be incorrectly -generated. If you want to use libgcj, either use binutils 2.17 or -later to build it or export @samp{LD_BIND_NOW=1} in your runtime environment. +The assembler from GNU binutils 2.17 and earlier has a bug in the way +it sorts relocations for REL targets (o32, o64, EABI). This can cause +bad code to be generated for simple C++ programs. Also the linker +from GNU binutils versions prior to 2.17 has a bug which causes the +runtime linker stubs in very large programs, like @file{libgcj.so}, to +be incorrectly generated. Binutils CVS snapshots and releases made +after Nov. 9, 2006 are thought to be free from both of these problems. @html <hr /> |