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
This commit is contained in:
Uros Bizjak 2015-02-25 20:59:31 +01:00
parent f5fd577303
commit 76fabbf42d
7 changed files with 29 additions and 15 deletions

View File

@ -1,3 +1,12 @@
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

@ -1,3 +1,11 @@
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.

View File

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

3
configure vendored
View File

@ -3944,9 +3944,6 @@ 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

@ -1275,9 +1275,6 @@ 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

@ -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> 2015-02-25 Kai Tietz <ktietz@redhat.com>
PR tree-optimization/61917 PR tree-optimization/61917
@ -314,8 +320,7 @@
* tree-eh.c (frob_into_branch_around): Fix up typos * tree-eh.c (frob_into_branch_around): Fix up typos
in function comment. in function comment.
(lower_catch): Put eh_seq resulting from EH lowering of (lower_catch): Put eh_seq resulting from EH lowering of
the cleanup sequence after the cleanup rather than before the cleanup sequence after the cleanup rather than before it.
it.
2015-02-18 Tom de Vries <tom@codesourcery.com> 2015-02-18 Tom de Vries <tom@codesourcery.com>

View File

@ -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 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.
We require binutils 2.11.2 or newer. Binutils 2.25 or newer are required.
Previous binutils releases had a number of problems with DWARF 2 Versions prior to 2.25 have faulty relaxation pass that may result in
debugging information, not the least of which is incorrect linking of GPREL16 relocation truncation errors. Versions prior to 2.11.2 had a
shared libraries. number of problems with DWARF 2 debugging information, not the least of
which is incorrect linking of shared libraries.
@html @html
<hr /> <hr />