From 083faca904b9186ace2086deb7126a1b15f23f4a Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 31 Mar 2011 11:08:41 +0000 Subject: bfd/ 2011-03-31 Tristan Gingold * vms-alpha.c (vms_get_remaining_object_record): Fix dec-c warning. (_bfd_vms_write_etir): Ditto. (_bfd_vms_slurp_etir): Avoid to use intptr_t * configure.com: Generate bfd_stdint.h binutils/ 2011-03-31 Tristan Gingold * makefile.vms (DEBUG_OBJS): Add elfcomm.obj. libiberty/ 2011-03-31 Tristan Gingold * makefile.vms (OBJS): Add filename_cmp.obj --- binutils/ChangeLog | 4 ++++ binutils/makefile.vms | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'binutils') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0a22340..7646a9f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2011-03-31 Tristan Gingold + + * makefile.vms (DEBUG_OBJS): Add elfcomm.obj. + 2011-03-31 Bernd Schmidt * readelf.c (get_symbol_index_type): Handle SCOM for TIC6X. diff --git a/binutils/makefile.vms b/binutils/makefile.vms index 888e4fd..df779b7 100644 --- a/binutils/makefile.vms +++ b/binutils/makefile.vms @@ -27,7 +27,8 @@ LIBIBERTY = [-.libiberty]libiberty.olb/lib OPCODES_DEP = [-.opcodes]libopcodes.olb OPCODES = [-.opcodes]libopcodes.olb/lib -DEBUG_OBJS = rddbg.obj,debug.obj,stabs.obj,ieee.obj,rdcoff.obj,dwarf.obj +DEBUG_OBJS = rddbg.obj,debug.obj,stabs.obj,ieee.obj,rdcoff.obj,dwarf.obj,\ + elfcomm.obj BULIBS = bucomm.obj,version.obj,filemode.obj -- cgit v1.1