mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
(arm-tdep.o): Depend on elf_arm_h.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-03-22 Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
|
||||||
|
* Makefile.in (elf_reloc_macros_h, elf_arm_h): Define.
|
||||||
|
(arm-tdep.o): Depend on elf_arm_h.
|
||||||
|
|
||||||
2003-03-22 Richard Earnshaw <rearnsha@arm.com>
|
2003-03-22 Richard Earnshaw <rearnsha@arm.com>
|
||||||
|
|
||||||
* Makefile.in (coff_internal_h): Define.
|
* Makefile.in (coff_internal_h): Define.
|
||||||
|
@ -568,7 +568,9 @@ 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
|
||||||
|
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_bfd_h = $(BFD_SRC)/elf-bfd.h
|
elf_bfd_h = $(BFD_SRC)/elf-bfd.h
|
||||||
libaout_h = $(BFD_SRC)/libaout.h
|
libaout_h = $(BFD_SRC)/libaout.h
|
||||||
remote_sim_h = $(INCLUDE_DIR)/gdb/remote-sim.h
|
remote_sim_h = $(INCLUDE_DIR)/gdb/remote-sim.h
|
||||||
@ -1530,7 +1532,7 @@ arm-tdep.o: arm-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(gdbcmd_h) \
|
|||||||
$(gdbcore_h) $(symfile_h) $(gdb_string_h) $(dis_asm_h) $(regcache_h) \
|
$(gdbcore_h) $(symfile_h) $(gdb_string_h) $(dis_asm_h) $(regcache_h) \
|
||||||
$(doublest_h) $(value_h) $(arch_utils_h) $(solib_svr4_h) $(osabi_h) \
|
$(doublest_h) $(value_h) $(arch_utils_h) $(solib_svr4_h) $(osabi_h) \
|
||||||
$(arm_tdep_h) $(sim_arm_h) $(elf_bfd_h) $(coff_internal_h) \
|
$(arm_tdep_h) $(sim_arm_h) $(elf_bfd_h) $(coff_internal_h) \
|
||||||
$(INCLUDE_DIR)/elf/arm.h $(gdb_assert_h)
|
$(elf_arm_h) $(gdb_assert_h)
|
||||||
armnbsd-nat.o: armnbsd-nat.c $(defs_h) $(arm_tdep_h) $(inferior_h) \
|
armnbsd-nat.o: armnbsd-nat.c $(defs_h) $(arm_tdep_h) $(inferior_h) \
|
||||||
$(regcache_h) $(gdbcore_h)
|
$(regcache_h) $(gdbcore_h)
|
||||||
armnbsd-tdep.o: armnbsd-tdep.c $(defs_h) $(arm_tdep_h) $(nbsd_tdep_h) \
|
armnbsd-tdep.o: armnbsd-tdep.c $(defs_h) $(arm_tdep_h) $(nbsd_tdep_h) \
|
||||||
|
Reference in New Issue
Block a user