Fix typo in Makefile.in; commit ChangeLog entries for previous change.

This commit is contained in:
Kevin Buettner 2004-03-13 00:36:53 +00:00
parent 7e2958339b
commit ed1bd989f7
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
2004-03-12 Kevin Buettner <kevinb@redhat.com>
* Makefile.in (elf_frv_h, frv_tdep_h): Define.
(frv-tdep.o): Update dependencies.
* frv-tdep.h: New file.
* frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
(fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
constants.
(struct gdbarch_tdep): Add new member ``frv_abi''.
(frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
functions.
(new_variant): Set ``frv_abi'' field.
(gdb_arch_init): Detect FDPIC executables.
2004-03-12 Mark Kettenis <kettenis@gnu.org>
* solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H

View File

@ -1770,7 +1770,7 @@ frame-unwind.o: frame-unwind.c $(defs_h) $(frame_h) $(frame_unwind_h) \
frv-tdep.o: frv-tdep.c $(defs_h) $(gdb_string_h) $(inferior_h) $(gdbcore_h) \
$(arch_utils_h) $(regcache_h) $(frame_h) $(frame_unwind_h) \
$(frame_base_h) $(trad_frame_h) $(dis_asm_h) $(gdb_assert_h) \
$(sim_regno_h) $(gdb_sim_frv_h) $(opcodes_frv_desc_h) $(symtab_h)
$(sim_regno_h) $(gdb_sim_frv_h) $(opcodes_frv_desc_h) $(symtab_h) \
$(elf_bfd_h) $(elf_frv_h) $(osabi_h) $(frv_tdep_h)
f-typeprint.o: f-typeprint.c $(defs_h) $(gdb_obstack_h) $(bfd_h) $(symtab_h) \
$(gdbtypes_h) $(expression_h) $(value_h) $(gdbcore_h) $(target_h) \