diff options
| author | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-28 17:01:05 +0000 |
|---|---|---|
| committer | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-01-28 17:01:05 +0000 |
| commit | bcedfa2370c711aff72b85bdde22a79b92fe9a5c (patch) | |
| tree | d05f01d24c6b5bd567e258ff70aade50766032c3 | |
| parent | fe30b803ee82e5d5f43e7d289d2950509f8a9398 (diff) | |
| download | ppe42-gcc-bcedfa2370c711aff72b85bdde22a79b92fe9a5c.tar.gz ppe42-gcc-bcedfa2370c711aff72b85bdde22a79b92fe9a5c.zip | |
2008-01-28 David Daney <ddaney@avtrex.com>
* doc/install.texi (mips-*-*): Recommend binutils 2.18.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131911 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 cd415a4facd..46fabaad016 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 7fed5695211..4cdc76da4e0 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 /> |

