aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog14
-rw-r--r--gdb/Makefile.in2
2 files changed, 15 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c3816d1..8f195a1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 3017d79..8bfed20 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -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) \