2011-04-20 Tristan Gingold <gingold@adacore.com>
* config.bfd (alpha*-*-*vms*, ia64*-*-*vms*): Define targ_selvecs.
This commit is contained in:
parent
ced323bd49
commit
4bbd5a2466
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user