diff options
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/makefile.vms | 3 |
2 files changed, 6 insertions, 1 deletions
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 <gingold@adacore.com> + + * makefile.vms (DEBUG_OBJS): Add elfcomm.obj. + 2011-03-31 Bernd Schmidt <bernds@codesourcery.com> * 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 |