mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
* Makefile.in (dis_asm_h): Note that this #includes "bfd.h".
This commit is contained in:
@ -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>
|
2003-09-17 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
* ppcnbsd-tdep.c (ppcnbsd_use_struct_convention): New function.
|
* 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_symconst_h = $(INCLUDE_DIR)/coff/symconst.h
|
||||||
coff_ecoff_h = $(INCLUDE_DIR)/coff/ecoff.h
|
coff_ecoff_h = $(INCLUDE_DIR)/coff/ecoff.h
|
||||||
coff_internal_h = $(INCLUDE_DIR)/coff/internal.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_reloc_macros_h = $(INCLUDE_DIR)/elf/reloc-macros.h
|
||||||
elf_sh_h = $(INCLUDE_DIR)/elf/sh.h
|
elf_sh_h = $(INCLUDE_DIR)/elf/sh.h
|
||||||
elf_arm_h = $(INCLUDE_DIR)/elf/arm.h $(elf_reloc_macros_h)
|
elf_arm_h = $(INCLUDE_DIR)/elf/arm.h $(elf_reloc_macros_h)
|
||||||
|
Reference in New Issue
Block a user