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)
commit17e20bce79d64f0856cd38d3e00b56beb6fa7e8c
tree9035b62dbe9ac0bda0b1a4016090f93a1274f088
parent73499ab8416b2df2f1cc36de76bb217b4c1cc5bd
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
This page took 0.047597 seconds and 4 git commands to generate.