From: Tristan Gingold Date: Wed, 20 Apr 2011 14:10:17 +0000 (+0000) Subject: 2011-04-20 Tristan Gingold X-Git-Tag: sid-snapshot-20110501~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bbd5a2466e223ea10669cfe74a726e802e30904;p=thirdparty%2Fbinutils-gdb.git 2011-04-20 Tristan Gingold * config.bfd (alpha*-*-*vms*, ia64*-*-*vms*): Define targ_selvecs. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4c9d8c2743d..94f3e223d1f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2011-04-20 Tristan Gingold + + * config.bfd (alpha*-*-*vms*, ia64*-*-*vms*): Define targ_selvecs. + 2011-04-20 Alan Modra * hash.c (bfd_default_hash_table_size): Make it an unsigned long. diff --git a/bfd/config.bfd b/bfd/config.bfd index ef9daef21fb..2cf6be4a45e 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -172,6 +172,7 @@ case "${targ}" in ;; alpha*-*-*vms*) targ_defvec=vms_alpha_vec + targ_selvecs=vms_lib_txt_vec want64=true ;; alpha*-*-*) @@ -190,6 +191,7 @@ case "${targ}" in ;; ia64*-*-*vms*) targ_defvec=bfd_elf64_ia64_vms_vec + targ_selvecs=vms_lib_txt_vec want64=true ;; sparc64-*-freebsd* | sparc64-*-kfreebsd*-gnu)