From: Tristan Gingold Date: Wed, 8 Jun 2011 12:40:28 +0000 (+0000) Subject: 2011-06-08 Tristan Gingold X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=516ec24de23a4db3faf15c27be098cfb5abaa2e2;p=binutils-gdb.git 2011-06-08 Tristan Gingold * makefile.vms (DEFS): Define OBJDUMP_PRIVATE_VECTORS. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 74dad732c5a..0749238b802 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2011-06-08 Tristan Gingold + + * makefile.vms (DEFS): Define OBJDUMP_PRIVATE_VECTORS. + 2011-06-07 Cary Coutant * dwarf.c: Fix conversion to TU number. diff --git a/binutils/makefile.vms b/binutils/makefile.vms index 27bcd0e99e5..4dfac68273b 100644 --- a/binutils/makefile.vms +++ b/binutils/makefile.vms @@ -1,24 +1,18 @@ # -# Makefile for binutils under openVMS (Alpha and Vax) +# Makefile for binutils under openVMS (Alpha and Itanium) # # For use with gnu-make for vms # -# Created by Klaus K"ampf, kkaempf@rmi.de +# Created by Klaus Kaempf, kkaempf@rmi.de # # -ifeq ($(CC),gcc) -DEFS= -CFLAGS=/include=([],[-.include],[-.bfd])$(DEFS) -LIBS=,gnu_cc_library:libgcc/lib,sys$$library:vaxcrtl.olb/lib,gnu_cc_library:crt0.obj -else -DEFS= +DEFS=/define=("OBJDUMP_PRIVATE_VECTORS=") OPT=/noopt/debug CFLAGS=$(OPT)/include=([],"../include",[-.bfd])$(DEFS)\ /name=(as_is,shortened)\ /prefix=(all,except=("getopt","optarg","optopt","optind","opterr"))\ /warns=(info=(ptrmismatch,shiftcount)) -endif LIBBFD = [-.bfd]libbfd.olb/lib LIBBFD_DEP = [-.bfd]libbfd.olb