Commit 549fb079 by David Daney Committed by David Daney

* doc/install.texi: Add binutils version recommendation for mips-*-*.

From-SVN: r114512
parent 80f798b4
2006-06-09 David Daney <ddaney@avtrex.com>
* doc/install.texi: Add binutils version recommendation for mips-*-*.
2006-06-09 Andreas Krebbel <krebbel1@de.ibm.com> 2006-06-09 Andreas Krebbel <krebbel1@de.ibm.com>
* reload.c (find_reloads): Unset force_reload for 'X' constraint. * reload.c (find_reloads): Unset force_reload for 'X' constraint.
......
...@@ -3453,6 +3453,11 @@ currently do not work, because the auxiliary programs ...@@ -3453,6 +3453,11 @@ currently do not work, because the auxiliary programs
anything but a MIPS. It does work to cross compile for a MIPS anything but a MIPS. It does work to cross compile for a MIPS
if you use the GNU assembler and linker. 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.
@html @html
<hr /> <hr />
@end html @end html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment