X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fmakefile.vms;h=8deca13fc5b8e5f9d49df1a33df32476c36cb734;hb=5ad8755225ce901ccd23f1c2995f2f315b0ed8fc;hp=6d7b200311d4f7a202923c44e30489e53a535411;hpb=5bf135a788d468003cb2502d0a2239fd92d1ac25;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/makefile.vms b/bfd/makefile.vms index 6d7b200311..8deca13fc5 100644 --- a/bfd/makefile.vms +++ b/bfd/makefile.vms @@ -1,22 +1,22 @@ # -# Makefile for bfd library under openVMS +# Makefile for bfd library under openVMS # # For use with gnu-make for vms # # Created by Klaus K"ampf, kkaempf@rmi.de # -# Copyright 2012 Free Software Foundation +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; see the file COPYING3. If not see # . @@ -24,16 +24,16 @@ ifeq ($(ARCH),IA64) HOSTFILE=alphavms.h -OBJS:=cpu-ia64.obj,elf64-ia64.obj,elfxx-ia64.obj,elf64-ia64.obj,\ +OBJS:=cpu-ia64.obj,elfxx-ia64.obj,elf64-ia64-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",\ - SELECT_ARCHITECTURES="&bfd_ia64_arch","HAVE_bfd_elf64_ia64_vms_vec"=1 +DEFS=SELECT_VECS="&ia64_elf64_vms_vec",\ + SELECT_ARCHITECTURES="&bfd_ia64_arch","HAVE_ia64_elf64_vms_vec"=1 endif ifeq ($(ARCH),ALPHA) HOSTFILE=alphavms.h OBJS:=vms-alpha.obj,vms-lib.obj,vms-misc.obj,cpu-alpha.obj -DEFS=SELECT_VECS="&vms_alpha_vec",SELECT_ARCHITECTURES="&bfd_alpha_arch" +DEFS=SELECT_VECS="&alpha_vms_vec",SELECT_ARCHITECTURES="&bfd_alpha_arch" endif OBJS:=$(OBJS),archive.obj,archive64.obj,archures.obj,bfd.obj,bfdio.obj,\