diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2015-02-25 20:59:31 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2015-02-25 20:59:31 +0100 |
commit | 76fabbf42df41d1275c71a4ff159b8b53147c6f4 (patch) | |
tree | cdaaef2376a201c07e2b90635cbae41bdb99c2a8 /gcc | |
parent | f5fd577303c2de348a58a499d6957045a40e8c96 (diff) | |
download | gcc-76fabbf42df41d1275c71a4ff159b8b53147c6f4.zip gcc-76fabbf42df41d1275c71a4ff159b8b53147c6f4.tar.gz gcc-76fabbf42df41d1275c71a4ff159b8b53147c6f4.tar.bz2 |
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.
From-SVN: r220990
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 9 | ||||
-rw-r--r-- | gcc/doc/install.texi | 9 |
2 files changed, 12 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec2cb69..cb196f7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2015-02-25 Uros Bizjak <ubizjak@gmail.com> + + PR target/47230 + * doc/install.texi (Specific, alpha*-*-*): Document that binutils 2.25 + or newer are required. + 2015-02-25 Kai Tietz <ktietz@redhat.com> PR tree-optimization/61917 @@ -314,8 +320,7 @@ * tree-eh.c (frob_into_branch_around): Fix up typos in function comment. (lower_catch): Put eh_seq resulting from EH lowering of - the cleanup sequence after the cleanup rather than before - it. + the cleanup sequence after the cleanup rather than before it. 2015-02-18 Tom de Vries <tom@codesourcery.com> diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dca0d85..b8bb4bd 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 /> |