Install back PR target/47230 fix (Revert the revert).

From-SVN: r221739
This commit is contained in:
Uros Bizjak 2015-03-27 18:08:44 +01:00
parent 5964a3a672
commit 13be44ed9d
7 changed files with 13 additions and 28 deletions

View file

@ -46,15 +46,6 @@
* MAINTAINERS (Various Maintainers): Add self. * MAINTAINERS (Various Maintainers): Add self.
2015-02-25 Uros Bizjak <ubizjak@gmail.com>
Revert:
2014-07-26 Uros Bizjak <ubizjak@gmail.com>
PR target/47230
* configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
* configure: Regenerate.
2015-02-20 Thomas Schwinge <thomas@codesourcery.com> 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
* configure.ac [--enable-as-accelerator-for] (enable_languages): * configure.ac [--enable-as-accelerator-for] (enable_languages):

View file

@ -3,14 +3,6 @@
PR bootstrap/65537 PR bootstrap/65537
* bootstrap-lto-noplugin.mk: New build configuration. * bootstrap-lto-noplugin.mk: New build configuration.
2015-02-25 Uros Bizjak <ubizjak@gmail.com>
Revert:
2014-07-26 Uros Bizjak <ubizjak@gmail.com>
PR target/47230
* mh-alpha-linux: New file.
2015-02-18 Thomas Schwinge <thomas@codesourcery.com> 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
* elf.m4 (ACX_ELF_TARGET_IFELSE): nvptx-*-none isn't ELF. * elf.m4 (ACX_ELF_TARGET_IFELSE): nvptx-*-none isn't ELF.

3
config/mh-alpha-linux Normal file
View file

@ -0,0 +1,3 @@
# Prevent GPREL16 relocation truncation
LDFLAGS += -Wl,--no-relax
BOOT_LDFLAGS += -Wl,--no-relax

3
configure vendored
View file

@ -3969,6 +3969,9 @@ fi
*-mingw*) *-mingw*)
host_makefile_frag="config/mh-mingw" host_makefile_frag="config/mh-mingw"
;; ;;
alpha*-*-linux*)
host_makefile_frag="config/mh-alpha-linux"
;;
hppa*-hp-hpux10*) hppa*-hp-hpux10*)
host_makefile_frag="config/mh-pa-hpux10" host_makefile_frag="config/mh-pa-hpux10"
;; ;;

View file

@ -1297,6 +1297,9 @@ case "${host}" in
*-mingw*) *-mingw*)
host_makefile_frag="config/mh-mingw" host_makefile_frag="config/mh-mingw"
;; ;;
alpha*-*-linux*)
host_makefile_frag="config/mh-alpha-linux"
;;
hppa*-hp-hpux10*) hppa*-hp-hpux10*)
host_makefile_frag="config/mh-pa-hpux10" host_makefile_frag="config/mh-pa-hpux10"
;; ;;

View file

@ -2203,12 +2203,6 @@
* config/arm/arm.md (arm_comparison_operator): Disabled if not allow * config/arm/arm.md (arm_comparison_operator): Disabled if not allow
volatile memory access in IT block volatile memory access in IT block
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> 2015-02-25 Kai Tietz <ktietz@redhat.com>
PR tree-optimization/61917 PR tree-optimization/61917

View file

@ -3425,11 +3425,10 @@ alpha-based platforms using ELF (in particular, ignore this section for
DEC OSF/1, Digital UNIX and Tru64 UNIX)@. In addition to reading this DEC OSF/1, Digital UNIX and Tru64 UNIX)@. In addition to reading this
section, please read all other sections that match your target. section, please read all other sections that match your target.
Binutils 2.25 or newer are required. We require binutils 2.11.2 or newer.
Versions prior to 2.25 have faulty relaxation pass that may result in Previous binutils releases had a number of problems with DWARF 2
GPREL16 relocation truncation errors. Versions prior to 2.11.2 had a debugging information, not the least of which is incorrect linking of
number of problems with DWARF 2 debugging information, not the least of shared libraries.
which is incorrect linking of shared libraries.
@html @html
<hr /> <hr />