This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch/committed]: vms: add vms_lib_txt vector


Hi,

this patch simply added the vms text library vector on vms targets.  Looks like I forgot to add it in a previous patch.

Committed on trunk.

Tristan.

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

	* config.bfd (alpha*-*-*vms*, ia64*-*-*vms*): Define targ_selvecs.

RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.277
diff -c -r1.277 config.bfd
*** config.bfd	6 Apr 2011 17:09:49 -0000	1.277
--- config.bfd	20 Apr 2011 13:55:52 -0000
***************
*** 172,177 ****
--- 172,178 ----
      ;;
    alpha*-*-*vms*)
      targ_defvec=vms_alpha_vec
+     targ_selvecs=vms_lib_txt_vec
      want64=true
      ;;
    alpha*-*-*)
***************
*** 190,195 ****
--- 191,197 ----
      ;;
    ia64*-*-*vms*)
      targ_defvec=bfd_elf64_ia64_vms_vec
+     targ_selvecs=vms_lib_txt_vec
      want64=true
      ;;
    sparc64-*-freebsd* | sparc64-*-kfreebsd*-gnu)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]