* Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 18 May 2003 21:10:11 +0000 (21:10 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 18 May 2003 21:10:11 +0000 (21:10 +0000)
commitd0b45d99e856027785d6ee913238f02f38ff91fe
treee8166b872a5ef49a0afb6e622b4611d68b340148
parent55baeb84698049b1b03248655dde0ea1c7c9d540
* Makefile (m68klinux-nat.o, m68klinux-tdep.o): Update
dependencies.
* config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE): Define
as m68k_linux_extract_return_value.
(DEPRECATED_STORE_RETURN_VALUE): Define as
m68k_linux_store_return_value.
(DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Define as
m68k_linux_extract_struct_value_address.
* m68klinux-tdep.c (m68k_linux_sigtramp_saved_pc): Use
get_next_frame, get_frame_base, get_frame_pc.
(m68k_linux_frame_saved_pc): Use get_frame_base.
(m68k_linux_extract_return_value): New function.
(m68k_linux_store_return_value): New function.
(m68k_linux_extract_struct_value_address): New function.
* config/m68k/tm-m68k.h: Declare m68k_get_longjmp_target.
gdb/ChangeLog
gdb/Makefile.in
gdb/config/m68k/tm-linux.h
gdb/config/m68k/tm-m68k.h
gdb/m68klinux-tdep.c