OSDN Git Service

* Makefile.in (m68k-tdep.o, m68klinux-tdep.o): Update
authorAndreas Schwab <schwab@suse.de>
Tue, 20 May 2003 23:44:23 +0000 (23:44 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 20 May 2003 23:44:23 +0000 (23:44 +0000)
commit1f76fc1b4332dab3709de39785eb67bccbe8fa75
tree2fbd27b203380b5e0410c7a9924707d2a3b86135
parent561c45ae785265107c901114b2794e5c2f9a2bf1
* 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