aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-01 16:28:11 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-01 16:28:11 +0000
commitac5eccb7a1eb2ffba1d97999d54b71a6cc2454b9 (patch)
treed5bb788dfe03b876597da829dad95f65335a17b0
parentf2524b93f342c757b14cc16595e00833aaaa49b5 (diff)
downloadfsf-binutils-gdb-ac5eccb7a1eb2ffba1d97999d54b71a6cc2454b9.zip
fsf-binutils-gdb-ac5eccb7a1eb2ffba1d97999d54b71a6cc2454b9.tar.gz
fsf-binutils-gdb-ac5eccb7a1eb2ffba1d97999d54b71a6cc2454b9.tar.bz2
2004-05-01 Andrew Cagney <cagney@redhat.com>
* Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix m68klinux-tdep.o's dependencies, were previously added to m68klinux-nat.o.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c6f4bcc..c2732b8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2004-05-01 Andrew Cagney <cagney@redhat.com>
+ * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
+ m68klinux-tdep.o's dependencies, were previously added to
+ m68klinux-nat.o.
+
* alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
* alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
* alphafbsd-tdep.c (alphafbsd_init_abi): Update.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index fd1e23e..fc8d990 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2014,11 +2014,11 @@ m68hc11-tdep.o: m68hc11-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \
m68klinux-nat.o: m68klinux-nat.c $(defs_h) $(frame_h) $(inferior_h) \
$(language_h) $(gdbcore_h) $(gdb_string_h) $(regcache_h) \
$(m68k_tdep_h) $(gdb_stat_h) $(floatformat_h) $(target_h) \
- $(gregset_h) $(trad_frame_h) $(frame_unwind_h)
+ $(gregset_h)
m68klinux-tdep.o: m68klinux-tdep.c $(defs_h) $(gdbcore_h) $(doublest_h) \
$(floatformat_h) $(frame_h) $(target_h) $(gdb_string_h) \
$(gdbtypes_h) $(osabi_h) $(regcache_h) $(objfiles_h) $(symtab_h) \
- $(m68k_tdep_h)
+ $(m68k_tdep_h) $(trad_frame_h) $(frame_unwind_h)
m68kbsd-nat.o: m68kbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
$(gdb_assert_h) $(m68k_tdep_h)
m68kbsd-tdep.o: m68kbsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \