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]

[committed/vms] Update bfd/makefile.vms


Hi,

this patch updates bfd/makefile.vms after recent split of the ia64 elf backend.
Also, I removed the deprecated VAX section.

Committed on trunk.

bfd/
2011-06-08  Tristan Gingold  <gingold@adacore.com>

	* makefile.vms (OBJS): Add elfxx-ia64.obj
	Remove vax case.

diff -c -r1.9 makefile.vms
*** makefile.vms	31 Mar 2011 14:15:31 -0000	1.9
--- makefile.vms	8 Jun 2011 12:27:32 -0000
***************
*** 9,15 ****
  
  ifeq ($(ARCH),IA64)
  HOSTFILE=alphavms.h
! OBJS:=cpu-ia64.obj,elf64-ia64.obj,\
    vms-misc.obj,vms-lib.obj,elf-strtab.obj,corefile.obj,stabs.obj,\
    merge.obj,elf-eh-frame.obj,elflink.obj,elf-attrs.obj,dwarf1.obj,elf64.obj
  DEFS=SELECT_VECS="&bfd_elf64_ia64_vms_vec",\
--- 9,15 ----
  
  ifeq ($(ARCH),IA64)
  HOSTFILE=alphavms.h
! OBJS:=cpu-ia64.obj,elf64-ia64.obj,elfxx-ia64.obj,elf64-vms.obj,\
    vms-misc.obj,vms-lib.obj,elf-strtab.obj,corefile.obj,stabs.obj,\
    merge.obj,elf-eh-frame.obj,elflink.obj,elf-attrs.obj,dwarf1.obj,elf64.obj
  DEFS=SELECT_VECS="&bfd_elf64_ia64_vms_vec",\
***************
*** 20,30 ****
  OBJS:=vms-alpha.obj,vms-lib.obj,vms-misc.obj,cpu-alpha.obj
  DEFS=SELECT_VECS="&vms_alpha_vec",SELECT_ARCHITECTURES="&bfd_alpha_arch"
  endif
- ifeq ($(ARCH),VAX)
- HOSTFILE=vaxvms.h
- OBJS:=vms.obj,vms-hdr.obj,vms-gsd.obj,vms-tir.obj,vms-misc.obj,cpu-vax.obj
- DEFS=SELECT_VECS="&vms_vax_vec",SELECT_ARCHITECTURES="&bfd_vax_arch"
- endif
  
  OBJS:=$(OBJS),archive.obj,archive64.obj,archures.obj,bfd.obj,bfdio.obj,\
    binary.obj,cache.obj,coffgen.obj,compress.obj,corefile.obj,dwarf2.obj,\
--- 20,25 ----


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