2011-04-20 Tristan Gingold <gingold@adacore.com>

* config.bfd (alpha*-*-*vms*, ia64*-*-*vms*): Define targ_selvecs.
This commit is contained in:
Tristan Gingold 2011-04-20 14:10:17 +00:00
parent ced323bd49
commit 4bbd5a2466
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2011-04-20 Tristan Gingold <gingold@adacore.com>
* config.bfd (alpha*-*-*vms*, ia64*-*-*vms*): Define targ_selvecs.
2011-04-20 Alan Modra <amodra@gmail.com>
* hash.c (bfd_default_hash_table_size): Make it an unsigned long.

View File

@ -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)