aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-07-07 22:05:45 +0000
committerPedro Alves <palves@redhat.com>2008-07-07 22:05:45 +0000
commit42f0bc8eaf33eb991a9cbe9a42a0738d948fc65e (patch)
tree657d2ca43ea03fbca27a047c557ff4df2ca78dae /gdb/Makefile.in
parenta6d8f55bfd14a16835ce7ed05b700e57cf08ead1 (diff)
downloadgdb-42f0bc8eaf33eb991a9cbe9a42a0738d948fc65e.zip
gdb-42f0bc8eaf33eb991a9cbe9a42a0738d948fc65e.tar.gz
gdb-42f0bc8eaf33eb991a9cbe9a42a0738d948fc65e.tar.bz2
* i386-dicos-tdep.c: Include "inferior.h".
(i386_dicos_frame_align): New. (i386_dicos_init_abi): Register i386_dicos_frame_align. Set call dummy location ON_STACK. * Makefile.in (i386-dicos-tdep.o): Depend on $(inferior_h).
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 36186a9..055a759 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2236,7 +2236,7 @@ i386-cygwin-tdep.o: i386-cygwin-tdep.c $(defs_h) $(osabi_h) $(gdb_string_h) \
$(i386_tdep_h) $(regset_h) $(gdb_obstack_h) $(xml_support_h) \
$(gdbcore_h) $(solib_h) $(solib_target_h) $(i386_cygwin_tdep_h)
i386-dicos-tdep.o: i386-dicos-tdep.c $(defs_h) $(osabi_h) $(gdb_string_h) \
- $(solib_h) $(solib_target_h)
+ $(solib_h) $(solib_target_h) $(inferior_h)
i386fbsd-nat.o: i386fbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
$(target_h) $(fbsd_nat_h) $(i386_tdep_h) $(i386bsd_nat_h) \
$(bsd_kvm_h)