summaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-05-25 12:41:46 +0000
committerTristan Gingold <gingold@adacore.com>2009-05-25 12:41:46 +0000
commit9bdb718a4ce0b745cdeb6693bf67899078bc3931 (patch)
treeeeeb039755d1dc75600a66a4fb4591517db76f7a /bfd
parentcb187cb840c6ef69a01544c247f84e79c92d58db (diff)
downloadbinutils-redhat-9bdb718a4ce0b745cdeb6693bf67899078bc3931.tar.gz
2009-05-25 Tristan Gingold <gingold@adacore.com>
* makefile.vms: Add verilog.obj to object list OBJS.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/makefile.vms2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 217b96ca7c..5d24be700a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2009-05-25 Tristan Gingold <gingold@adacore.com>
+
+ * makefile.vms: Add verilog.obj to object list OBJS.
+
2009-05-24 Alan Modra <amodra@bigpond.net.au>
* bfdio.c (bfd_seek): Formatting. Ensure newly allocated memory
diff --git a/bfd/makefile.vms b/bfd/makefile.vms
index 2e2d2a1f85..bebb8e9da0 100644
--- a/bfd/makefile.vms
+++ b/bfd/makefile.vms
@@ -22,7 +22,7 @@ OBJS=archive.obj,archive64.obj,archures.obj,bfd.obj,bfdio.obj,binary.obj,\
cache.obj,coffgen.obj,compress.obj,corefile.obj,dwarf2.obj,elf.obj,\
format.obj,hash.obj,ihex.obj,init.obj,libbfd.obj,linker.obj,opncls.obj,\
reloc.obj,section.obj,simple.obj,srec.obj,stab-syms.obj,syms.obj,\
- targets.obj,tekhex.obj,\
+ targets.obj,tekhex.obj,verilog.obj,\
vms.obj,vms-hdr.obj,vms-gsd.obj,vms-tir.obj,vms-misc.obj,$(TARGETOBJS)
ifeq ($(CC),gcc)