* ns32k-tdep.c (ns32k_saved_pc_after_call,
authorJason Thorpe <thorpej@netbsd.org>
Sun, 26 May 2002 23:06:08 +0000 (23:06 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Sun, 26 May 2002 23:06:08 +0000 (23:06 +0000)
commitefb2c70e1eee2d0bffcc13fb927f8da1dbca918c
treeb48972e4e3ac838d7c4b38e08c03dca348afb00d
parent7bcc927b94b3131adaa192e6d4cfe4d49ae78bf8
* ns32k-tdep.c (ns32k_saved_pc_after_call,
ns32k_store_struct_return, ns32k_extract_return_value,
ns32k_store_return_value, ns32k_extract_struct_value_address): New
functions.
* config/ns32k/tm-umax.h (SAVED_PC_AFTER_CALL): Define as
ns32k_saved_pc_after_call.
(STORE_STRUCT_RETURN): Define as ns32k_store_struct_return.
(EXTRACT_RETURN_VALUE): Define as ns32k_extract_return_value.
(STORE_RETURN_VALUE): Define as ns32k_store_return_value.
(EXTRACT_STRUCT_VALUE_ADDRESS): Define as
ns32k_extract_struct_value_address.
gdb/ChangeLog
gdb/config/ns32k/tm-umax.h
gdb/ns32k-tdep.c