OSDN Git Service

2004-05-01 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sat, 1 May 2004 15:10:15 +0000 (15:10 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 1 May 2004 15:10:15 +0000 (15:10 +0000)
commitebffdeb467c345ce7ca8405eab5276740f1be6a3
treefe12f759a23f4d716e192f3c9f2b68f4574b950b
parent804d245a0b540370315706dee35bc84fc9d18f0c
2004-05-01  Andrew Cagney  <cagney@redhat.com>

* Makefile.in (m68klinux-nat.o): Update dependencies.
* m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
(m68k_linux_sigtramp_frame_cache)
(m68k_linux_sigtramp_frame_this_id)
(m68k_linux_sigtramp_frame_prev_register)
(m68k_linux_sigtramp_frame_unwind)
(m68k_linux_sigtramp_frame_sniffer)
(struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
names, use trad-frame.h.
* m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
(struct m68k_sigtramp_info): Delete.
* m68k-tdep.c (m68k_sigtramp_frame_cache)
(m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
(m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
(m68k_gdbarch_init): Delete all the sigtramp code, moved to
"m68klinux-tdep.c".
gdb/ChangeLog
gdb/Makefile.in
gdb/m68k-tdep.c
gdb/m68k-tdep.h
gdb/m68klinux-tdep.c