mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
* Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
This commit is contained in:
parent
bd45b7af67
commit
b55c33cc63
@ -1,3 +1,7 @@
|
||||
2003-09-17 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
|
||||
|
||||
2003-09-17 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
|
||||
|
@ -576,7 +576,7 @@ coff_sym_h = $(INCLUDE_DIR)/coff/sym.h
|
||||
coff_symconst_h = $(INCLUDE_DIR)/coff/symconst.h
|
||||
coff_ecoff_h = $(INCLUDE_DIR)/coff/ecoff.h
|
||||
coff_internal_h = $(INCLUDE_DIR)/coff/internal.h
|
||||
dis_asm_h = $(INCLUDE_DIR)/dis-asm.h
|
||||
dis_asm_h = $(INCLUDE_DIR)/dis-asm.h $(bfd_h)
|
||||
elf_reloc_macros_h = $(INCLUDE_DIR)/elf/reloc-macros.h
|
||||
elf_sh_h = $(INCLUDE_DIR)/elf/sh.h
|
||||
elf_arm_h = $(INCLUDE_DIR)/elf/arm.h $(elf_reloc_macros_h)
|
||||
|
Loading…
Reference in New Issue
Block a user