aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m68k
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/config/m68k
parent3643cf46d625e4ffdcc3d27f0bedcfa09cfda0a7 (diff)
downloadgdb-0a595803234985c4e8386306f21c2f2720d2e8c7.zip
gdb-0a595803234985c4e8386306f21c2f2720d2e8c7.tar.gz
gdb-0a595803234985c4e8386306f21c2f2720d2e8c7.tar.bz2
* 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/config/m68k')
-rw-r--r--gdb/config/m68k/linux.mt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/m68k/linux.mt b/gdb/config/m68k/linux.mt
index 7598fc5..4217133 100644
--- a/gdb/config/m68k/linux.mt
+++ b/gdb/config/m68k/linux.mt
@@ -1,3 +1,3 @@
# Target: Motorola m68k with a.out and ELF
-TDEPFILES= m68k-tdep.o solib.o solib-svr4.o solib-legacy.o
+TDEPFILES= m68k-tdep.o m68klinux-tdep.o solib.o solib-svr4.o solib-legacy.o
TM_FILE= tm-linux.h