* m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 19 Nov 2002 23:14:45 +0000 (23:14 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 19 Nov 2002 23:14:45 +0000 (23:14 +0000)
commit0a595803234985c4e8386306f21c2f2720d2e8c7
treebdefadc3ad719a8ae6b87179a562d842aed53bd7
parent3643cf46d625e4ffdcc3d27f0bedcfa09cfda0a7
* 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.
gdb/ChangeLog
gdb/Makefile.in
gdb/config/m68k/linux.mt
gdb/m68klinux-nat.c
gdb/m68klinux-tdep.c [new file with mode: 0644]