ARM PATCH Depend on elf_arm_h

Richard Earnshaw rearnsha@arm.com
Sat Mar 22 14:57:00 GMT 2003


It seems I accidentally backed out a dependency on $(arm_elf_h) in my 
previous patch in favour of an explicit define.  But the previous version 
was broken as well, since arm_elf_h wasn't defined anywhere.

Fixed it up and provided a full dependency hierarchy.

R.

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.


-------------- next part --------------
Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.348
diff -p -r1.348 Makefile.in
*** Makefile.in	22 Mar 2003 14:42:54 -0000	1.348
--- Makefile.in	22 Mar 2003 14:54:21 -0000
*************** coff_symconst_h =	$(INCLUDE_DIR)/coff/sy
*** 568,574 ****
--- 568,576 ----
  coff_ecoff_h =	$(INCLUDE_DIR)/coff/ecoff.h
  coff_internal_h =	$(INCLUDE_DIR)/coff/internal.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_arm_h =	$(INCLUDE_DIR)/elf/arm.h $(elf_reloc_macros_h)
  elf_bfd_h =	$(BFD_SRC)/elf-bfd.h
  libaout_h =	$(BFD_SRC)/libaout.h
  remote_sim_h =	$(INCLUDE_DIR)/gdb/remote-sim.h
*************** arm-tdep.o: arm-tdep.c $(defs_h) $(frame
*** 1530,1536 ****
  	$(gdbcore_h) $(symfile_h) $(gdb_string_h) $(dis_asm_h) $(regcache_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) \
! 	$(INCLUDE_DIR)/elf/arm.h $(gdb_assert_h)
  armnbsd-nat.o: armnbsd-nat.c $(defs_h) $(arm_tdep_h) $(inferior_h) \
  	$(regcache_h) $(gdbcore_h)
  armnbsd-tdep.o: armnbsd-tdep.c $(defs_h) $(arm_tdep_h) $(nbsd_tdep_h) \
--- 1532,1538 ----
  	$(gdbcore_h) $(symfile_h) $(gdb_string_h) $(dis_asm_h) $(regcache_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) \
! 	$(elf_arm_h) $(gdb_assert_h)
  armnbsd-nat.o: armnbsd-nat.c $(defs_h) $(arm_tdep_h) $(inferior_h) \
  	$(regcache_h) $(gdbcore_h)
  armnbsd-tdep.o: armnbsd-tdep.c $(defs_h) $(arm_tdep_h) $(nbsd_tdep_h) \


More information about the Gdb-patches mailing list