* Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 20 May 2003 23:44:23 +0000 (23:44 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 20 May 2003 23:44:23 +0000 (23:44 +0000)
commit55809acbfc09aa54b9bccba498a347df51c68f12
treeb6d0bb946d279793d8c2e9f6fa1d6c285b6f2e54
parent72fe3d258d24a087ba06b93bdb84308cfb6129c4
* Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
dependencies.
* m68k-tdep.c (m68k_gdbarch_init): Call gdbarch_init_osabi at the
end.
* m68klinux-tdep.c (m68k_linux_init_abi): New function.
(_initialize_m68k_linux_tdep): New function.
(m68k_linux_frame_saved_pc): Make static.
(m68k_linux_extract_return_value): Likewise.
(m68k_linux_store_return_value): Likewise.
(m68k_linux_extract_struct_value_address): Likewise.
* config/m68k/tm-linux.h (DEPRECATED_EXTRACT_RETURN_VALUE):
Remove.
(DEPRECATED_STORE_RETURN_VALUE): Remove.
(DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
(DEPRECATED_FRAME_SAVED_PC): Remove.
gdb/ChangeLog
gdb/Makefile.in
gdb/config/m68k/tm-linux.h
gdb/m68k-tdep.c
gdb/m68klinux-tdep.c