mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 12:39:59 +00:00
2011-06-08 Tristan Gingold <gingold@adacore.com>
* makefile.vms (OBJS): Add elfxx-ia64.obj Remove vax case.
This commit is contained in:
parent
ab3719da06
commit
e79064fe71
@ -1,3 +1,8 @@
|
||||
2011-06-08 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* makefile.vms (OBJS): Add elfxx-ia64.obj
|
||||
Remove vax case.
|
||||
|
||||
2011-06-08 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* aix386-core.c, * cisco-core.c, * hpux-core.c, * osf-core.c,
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
ifeq ($(ARCH),IA64)
|
||||
HOSTFILE=alphavms.h
|
||||
OBJS:=cpu-ia64.obj,elf64-ia64.obj,\
|
||||
OBJS:=cpu-ia64.obj,elf64-ia64.obj,elfxx-ia64.obj,elf64-ia64.obj,\
|
||||
vms-misc.obj,vms-lib.obj,elf-strtab.obj,corefile.obj,stabs.obj,\
|
||||
merge.obj,elf-eh-frame.obj,elflink.obj,elf-attrs.obj,dwarf1.obj,elf64.obj
|
||||
DEFS=SELECT_VECS="&bfd_elf64_ia64_vms_vec",\
|
||||
@ -20,11 +20,6 @@ HOSTFILE=alphavms.h
|
||||
OBJS:=vms-alpha.obj,vms-lib.obj,vms-misc.obj,cpu-alpha.obj
|
||||
DEFS=SELECT_VECS="&vms_alpha_vec",SELECT_ARCHITECTURES="&bfd_alpha_arch"
|
||||
endif
|
||||
ifeq ($(ARCH),VAX)
|
||||
HOSTFILE=vaxvms.h
|
||||
OBJS:=vms.obj,vms-hdr.obj,vms-gsd.obj,vms-tir.obj,vms-misc.obj,cpu-vax.obj
|
||||
DEFS=SELECT_VECS="&vms_vax_vec",SELECT_ARCHITECTURES="&bfd_vax_arch"
|
||||
endif
|
||||
|
||||
OBJS:=$(OBJS),archive.obj,archive64.obj,archures.obj,bfd.obj,bfdio.obj,\
|
||||
binary.obj,cache.obj,coffgen.obj,compress.obj,corefile.obj,dwarf2.obj,\
|
||||
|
Loading…
Reference in New Issue
Block a user