diff options
author | David Daney <ddaney@avtrex.com> | 2008-01-28 17:01:05 +0000 |
---|---|---|
committer | David Daney <daney@gcc.gnu.org> | 2008-01-28 17:01:05 +0000 |
commit | 4e2e9e9b0180729138e73488f421848178b27e3f (patch) | |
tree | d05f01d24c6b5bd567e258ff70aade50766032c3 | |
parent | a26c76325889badeccc87d5ba07c508226a33864 (diff) | |
download | gcc-4e2e9e9b0180729138e73488f421848178b27e3f.zip gcc-4e2e9e9b0180729138e73488f421848178b27e3f.tar.gz gcc-4e2e9e9b0180729138e73488f421848178b27e3f.tar.bz2 |
install.texi (mips-*-*): Recommend binutils 2.18.
2008-01-28 David Daney <ddaney@avtrex.com>
* doc/install.texi (mips-*-*): Recommend binutils 2.18.
From-SVN: r131911
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cd415a4..46fabaa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2008-01-28 David Daney <ddaney@avtrex.com> + * doc/install.texi (mips-*-*): Recommend binutils 2.18. + +2008-01-28 David Daney <ddaney@avtrex.com> + * doc/install.texi (--disable-libgcj-bc): Reword documentation. 2008-01-27 Joseph Myers <joseph@codesourcery.com> diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 7fed569..4cdc76d 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3643,8 +3643,8 @@ 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. +be incorrectly generated. GNU Binutils 2.18 and later (and snapshots +made after Nov. 9, 2006) should be free from both of these problems. @html <hr /> |