diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-02-25 19:59:31 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-02-25 19:59:31 +0000 |
commit | 995c6643f6e931ec87086a8fec630f9c99480351 (patch) | |
tree | cdaaef2376a201c07e2b90635cbae41bdb99c2a8 /gcc/doc/install.texi | |
parent | 93d8e5f3f70f6802250bffe8431e5ba043ba72cf (diff) | |
download | gcc-995c6643f6e931ec87086a8fec630f9c99480351.tar.gz |
Revert:
2014-07-26 Uros Bizjak <ubizjak@gmail.com>
PR target/47230
* configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
* configure: Regenerate.
/config
Revert:
2014-07-26 Uros Bizjak <ubizjak@gmail.com>
PR target/47230
* mh-alpha-linux: New file.
/gcc
PR target/47230
* doc/install.texi (Specific, alpha*-*-*): Document that binutils 2.25
or newer are required.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220990 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dca0d850965..b8bb4bd13bd 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -3416,10 +3416,11 @@ alpha-based platforms using ELF (in particular, ignore this section for DEC OSF/1, Digital UNIX and Tru64 UNIX)@. In addition to reading this section, please read all other sections that match your target. -We require binutils 2.11.2 or newer. -Previous binutils releases had a number of problems with DWARF 2 -debugging information, not the least of which is incorrect linking of -shared libraries. +Binutils 2.25 or newer are required. +Versions prior to 2.25 have faulty relaxation pass that may result in +GPREL16 relocation truncation errors. Versions prior to 2.11.2 had a +number of problems with DWARF 2 debugging information, not the least of +which is incorrect linking of shared libraries. @html <hr /> |