aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2002-11-19 23:14:45 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2002-11-19 23:14:45 +0000
commit0a595803234985c4e8386306f21c2f2720d2e8c7 (patch)
treebdefadc3ad719a8ae6b87179a562d842aed53bd7 /gdb/Makefile.in
parentdaily update (diff)
downloadbinutils-gdb-0a595803234985c4e8386306f21c2f2720d2e8c7.tar.gz
binutils-gdb-0a595803234985c4e8386306f21c2f2720d2e8c7.tar.bz2
binutils-gdb-0a595803234985c4e8386306f21c2f2720d2e8c7.zip
* m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
(m68k_linux_in_sigtramp, SIGCONTEXT_PC_OFFSET) (UCONTEXT_PC_OFFSET, m68k_linux_sigtramp_saved_pc) (m68k_linux_frame_saved_pc): Move to ... * m68klinux-tdep.c: ... here. New file. * Makefile.in (m68klinux-tdep.o): Add dependencies. * config/m68k/linux.mt (TDEPFILES): Add m68klinux-tdep.o.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 6fa9d9bb216..81d8cd335c8 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1896,6 +1896,8 @@ m68k-tdep.o: m68k-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(gdbcore_h) \
m68klinux-nat.o: m68klinux-nat.c $(defs_h) $(frame_h) $(inferior_h) \
$(language_h) $(gdbcore_h) $(regcache_h) $(gdb_stat_h) \
$(floatformat_h) $(target_h) $(gregset_h)
+m68klinux-tdep.o: m68klinux-tdep.c $(defs_h) $(gdbcore_h) $(frame_h) \
+ $(target_h)
m68knbsd-nat.o: m68knbsd-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \
$(regcache_h)
m68knbsd-tdep.o: m68knbsd-tdep.c $(defs_h) $(gdbtypes_h) $(regcache_h)