X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fmakefile.vms;h=6de79989a0eec20bda66206742352fc7272cc76d;hb=7743482350c9c97484a429070db7d994a643a9eb;hp=05c09f1fbc51964750eed177f949de6bdf1c11a9;hpb=6cdb8d8291fab3a5979f508aad4f6f95156d096c;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/makefile.vms b/bfd/makefile.vms index 05c09f1fbc..6de79989a0 100644 --- a/bfd/makefile.vms +++ b/bfd/makefile.vms @@ -1,27 +1,39 @@ # -# 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 (C) 2012-2016 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 +# . # ifeq ($(ARCH),IA64) HOSTFILE=alphavms.h -OBJS:=cpu-ia64.obj,elf64-ia64.obj,elf-strtab.obj,corefile.obj,stabs.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" +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.obj,vms-hdr.obj,vms-gsd.obj,vms-tir.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" +OBJS:=vms-alpha.obj,vms-lib.obj,vms-misc.obj,cpu-alpha.obj +DEFS=SELECT_VECS="&alpha_vms_vec",SELECT_ARCHITECTURES="&bfd_alpha_arch" endif OBJS:=$(OBJS),archive.obj,archive64.obj,archures.obj,bfd.obj,bfdio.obj,\ @@ -36,7 +48,7 @@ else OPT=/noopt/debug CFLAGS=/name=(as_is,shortened)/include=([],"../include")\ /define=("unlink=remove",DEBUGDIR="""GNU$$DEBUGDIR:""",$(DEFS))\ - /warns=(infor=missingreturn)$(OPT) + /warns=(infor=(missingreturn,badansialias))$(OPT) endif libbfd.olb: $(OBJS) @@ -45,10 +57,6 @@ libbfd.olb: $(OBJS) targmatch.h: bfd.h config.h: bfd.h -vms.c: vms.h -vms-mhd.c: vms.h -vms-gsd.c: vms.h -vms-tir.c: vms.h vms-misc.c: vms.h targets.c: targmatch.h