aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>2004-11-04 02:15:20 +0000
committerKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>2004-11-04 02:15:20 +0000
commitc46b0409aa7993a1c2b09e0067aa7a4790aca5f5 (patch)
treebf926044928e1696829336775f23bb3f8fd1d365 /gdb/Makefile.in
parent0ebdbb83125357775c78f6760858084bddfa9939 (diff)
downloadgdb-c46b0409aa7993a1c2b09e0067aa7a4790aca5f5.zip
gdb-c46b0409aa7993a1c2b09e0067aa7a4790aca5f5.tar.gz
gdb-c46b0409aa7993a1c2b09e0067aa7a4790aca5f5.tar.bz2
2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
* Makefile.in (m32r-tdep.o): Update dependencies. * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for ABI-specific overrides.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 1f42e73..c179641b 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2171,7 +2171,7 @@ m32r-tdep.o: m32r-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \
$(frame_base_h) $(symtab_h) $(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) \
$(gdb_string_h) $(value_h) $(inferior_h) $(symfile_h) $(objfiles_h) \
$(language_h) $(arch_utils_h) $(regcache_h) $(trad_frame_h) \
- $(dis_asm_h) $(gdb_assert_h) $(m32r_tdep_h)
+ $(dis_asm_h) $(gdb_assert_h) $(osabi_h) $(m32r_tdep_h)
m68hc11-tdep.o: m68hc11-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \
$(frame_base_h) $(dwarf2_frame_h) $(trad_frame_h) $(symtab_h) \
$(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) $(gdb_string_h) $(value_h) \