* configure.ac (ia64*-*-*vms*): Add support for ld.
* configure: Regenerate. * scripttempl/ia64vms.sc: New file. * emultempl/vms.em (_before_parse): Support for ia64. (elf64-ia64-vms): New fragment for ia64. * emulparams/elf64_ia64_vms.sh: New file. * configure.tgt (ia64-*-*vms*): Add. * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64_ia64_vms.c (eelf64_ia64_vms.c): New rule. * Makefile.in: Regenerate. * elflink.c (elf_link_output_extsym): Add a guard. (bfd_elf_final_link): Remove assertion. (bfd_elf_final_link): Add a guard. * elfnn-ia64.c (INCLUDE_IA64_VMS): Removed. (elfNN_vms_section_from_shdr, elfNN_vms_object_p) (elfNN_vms_post_process_headers, elfNN_vms_section_processing) (elfNN_vms_final_write_processing, elfNN_vms_close_and_cleanup): Remove. (elfNN-ia64-vms target): Move to ... * elf64-ia64-vms.c: New file. * configure.in (bfd_elf64_ia64_vms_vec): Add elf64-ia64-vms.lo * Makefile.am (BFD64_BACKENDS): Add elf64-ia64-vms.lo. (BFD64_BACKENDS_CFILES): Ad elf64-ia64-vms.c. * configure: Regenerate. * Makefile.in: Regenerate.
This commit is contained in:
parent
29243f0f87
commit
0c91015243
|
@ -1,3 +1,8 @@
|
|||
2012-03-19 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* configure.ac (ia64*-*-*vms*): Add support for ld.
|
||||
* configure: Regenerate.
|
||||
|
||||
2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
* configure.ac (enable_libgomp): Remove *-*-irix6*.
|
||||
|
|
|
@ -3093,7 +3093,9 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs target-libssp"
|
||||
;;
|
||||
rl78-*-*)
|
||||
# Dereferencing -1 is a compile-time error
|
||||
# libssp uses a misaligned load to trigger a fault, but the RL78
|
||||
# doesn't fault for those - instead, it gives a build-time error
|
||||
# for explicit misaligned loads.
|
||||
noconfigdirs="$noconfigdirs target-libssp"
|
||||
;;
|
||||
esac
|
||||
|
@ -3496,8 +3498,7 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs libgui itcl ld"
|
||||
;;
|
||||
ia64*-*-*vms*)
|
||||
# No ld support yet.
|
||||
noconfigdirs="$noconfigdirs libgui itcl ld"
|
||||
noconfigdirs="$noconfigdirs libgui itcl"
|
||||
;;
|
||||
i[3456789]86-w64-mingw*)
|
||||
;;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
||||
# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
|
||||
# 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
|
||||
# Free Software Foundation, Inc.
|
||||
#
|
||||
# This file is free software; you can redistribute it and/or modify it
|
||||
|
@ -519,7 +519,9 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs target-libssp"
|
||||
;;
|
||||
rl78-*-*)
|
||||
# Dereferencing -1 is a compile-time error
|
||||
# libssp uses a misaligned load to trigger a fault, but the RL78
|
||||
# doesn't fault for those - instead, it gives a build-time error
|
||||
# for explicit misaligned loads.
|
||||
noconfigdirs="$noconfigdirs target-libssp"
|
||||
;;
|
||||
esac
|
||||
|
@ -922,8 +924,7 @@ case "${target}" in
|
|||
noconfigdirs="$noconfigdirs libgui itcl ld"
|
||||
;;
|
||||
ia64*-*-*vms*)
|
||||
# No ld support yet.
|
||||
noconfigdirs="$noconfigdirs libgui itcl ld"
|
||||
noconfigdirs="$noconfigdirs libgui itcl"
|
||||
;;
|
||||
i[[3456789]]86-w64-mingw*)
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue