2009-05-25 Tristan Gingold <gingold@adacore.com>

* makefile.vms: Add verilog.obj to object list OBJS.
This commit is contained in:
Tristan Gingold 2009-05-25 12:41:46 +00:00
parent 4fcbb49441
commit d5acff2fd3
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2009-05-24 Alan Modra <amodra@bigpond.net.au>
* bfdio.c (bfd_seek): Formatting. Ensure newly allocated memory * bfdio.c (bfd_seek): Formatting. Ensure newly allocated memory

View File

@ -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,\ 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,\ 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,\ 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) vms.obj,vms-hdr.obj,vms-gsd.obj,vms-tir.obj,vms-misc.obj,$(TARGETOBJS)
ifeq ($(CC),gcc) ifeq ($(CC),gcc)