forked from Imagelibrary/binutils-gdb
2010-04-01 Tristan Gingold <gingold@adacore.com>
* vms.h: Include time.h. Add prototypes for vms_get_module_name, vms_time_to_time_t and vms_rawtime_to_time_t. * vms.c (vms_alpha_vec): Add archives support. * vms-misc.c: Include safe-ctype.h (vms_get_module_name): New function. (vms_time_to_time_t, vms_rawtime_to_time_t): Ditto. * vms-hdr.c (_bfd_vms_write_hdr): Put module name creation to the vms_get_module_name function. Use this function. * targets.c: Declare vms_lib_txt_vec. Add it to _bfd_target_vector. * libbfd-in.h: Add prototype for _bfd_append_relative_path. Add prototypes for vms-lib.c * libbfd.h: Regenerate. * configure.in (TDEFINES): Add an entry for vms_lib_txt_vec. Add vms-lib.lo to vms_alpha_vec. * config.bfd (targ_cpu): Add targ_selvecs for alpha*-*-*vms*. * configure: Regenerate. * bfd.c: Add selective_search field. * bfd-in2.h: Regenerate. * archive.c (append_relative_path): Rename to _bfd_append_relative_path and make it public. (_bfd_get_elt_at_filepos): Adjust for above renaming. * Makefile.am (BFD32_BACKENDS): Add vms-lib.lo (BFD32_BACKENDS_CFILES): Add vms-lib.c * Makefile.in: Regenerate.
This commit is contained in:
@@ -827,6 +827,7 @@ extern const bfd_target vaxnetbsd_vec;
|
||||
extern const bfd_target vax1knetbsd_vec;
|
||||
extern const bfd_target versados_vec;
|
||||
extern const bfd_target vms_alpha_vec;
|
||||
extern const bfd_target vms_lib_txt_vec;
|
||||
extern const bfd_target vms_vax_vec;
|
||||
extern const bfd_target w65_vec;
|
||||
extern const bfd_target we32kcoff_vec;
|
||||
@@ -1227,6 +1228,7 @@ static const bfd_target * const _bfd_target_vector[] =
|
||||
#ifdef BFD64
|
||||
&vms_alpha_vec,
|
||||
#endif
|
||||
&vms_lib_txt_vec,
|
||||
&vms_vax_vec,
|
||||
&w65_vec,
|
||||
&we32kcoff_vec,
|
||||
|
||||
Reference in New Issue
Block a user