Teach binutils how to understand NT format objects and libs. This is useful
for those who want to objdump --disassemble things that they're not supposed to. 8-)
This commit is contained in:
parent
c447166feb
commit
6d7f1bfd31
@ -7,6 +7,13 @@ VECS+= bfd_elf32_i386_vec
|
||||
CFLAGS+= -DDEFAULT_VECTOR=bfd_elf32_i386_vec
|
||||
.endif
|
||||
CFLAGS+= -DHAVE_bfd_elf32_i386_vec
|
||||
|
||||
.if defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR})
|
||||
SRCS+= pe-i386.c pei-i386.c
|
||||
VECS+= i386pe_vec i386pei_vec
|
||||
CFLAGS+= -DHAVE_i386pe_vec -DHAVE_i386pei_vec
|
||||
.endif
|
||||
|
||||
CLEANFILES+= elf32-target.h
|
||||
|
||||
elf32-target.h: elfxx-target.h
|
||||
|
Loading…
Reference in New Issue
Block a user