diff options
author | Pedro Alves <palves@redhat.com> | 2008-07-07 22:05:45 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-07-07 22:05:45 +0000 |
commit | 42f0bc8eaf33eb991a9cbe9a42a0738d948fc65e (patch) | |
tree | 657d2ca43ea03fbca27a047c557ff4df2ca78dae /gdb/Makefile.in | |
parent | a6d8f55bfd14a16835ce7ed05b700e57cf08ead1 (diff) | |
download | gdb-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.in | 2 |
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) |