diff options
author | Andrew Stubbs <andrew.stubbs@st.com> | 2006-01-23 17:35:22 +0000 |
---|---|---|
committer | Andrew Stubbs <andrew.stubbs@st.com> | 2006-01-23 17:35:22 +0000 |
commit | dda63807650967916bae1a29ebf4f9062a089fc7 (patch) | |
tree | 16c3bd4bd2775ab86b9170b71851f949fdfd6bc8 /gdb/Makefile.in | |
parent | 4b505b12693cdcd0b4e88aa8beedca359b8827a7 (diff) | |
download | gdb-dda63807650967916bae1a29ebf4f9062a089fc7.zip gdb-dda63807650967916bae1a29ebf4f9062a089fc7.tar.gz gdb-dda63807650967916bae1a29ebf4f9062a089fc7.tar.bz2 |
2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
* sh-tdep.c: Include reggroups.h.
(sh_register_reggroup_p): New function.
(sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
* Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 0afa9b4..3065685 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2538,7 +2538,7 @@ sh-tdep.o: sh-tdep.c $(defs_h) $(frame_h) $(frame_base_h) $(frame_unwind_h) \ $(value_h) $(dis_asm_h) $(inferior_h) $(gdb_string_h) \ $(gdb_assert_h) $(arch_utils_h) $(floatformat_h) $(regcache_h) \ $(doublest_h) $(osabi_h) $(sh_tdep_h) $(elf_bfd_h) $(solib_svr4_h) \ - $(elf_sh_h) $(gdb_sim_sh_h) + $(elf_sh_h) $(gdb_sim_sh_h) $(reggroups_h) sol2-tdep.o: sol2-tdep.c $(defs_h) $(frame_h) $(symtab_h) solib-aix5.o: solib-aix5.c $(defs_h) $(gdb_string_h) $(elf_external_h) \ $(symtab_h) $(bfd_h) $(symfile_h) $(objfiles_h) $(gdbcore_h) \ |