OSDN Git Service

* vax-tdep.c (vax_store_struct_return): New function.
authorthorpej <thorpej>
Mon, 22 Apr 2002 20:59:27 +0000 (20:59 +0000)
committerthorpej <thorpej>
Mon, 22 Apr 2002 20:59:27 +0000 (20:59 +0000)
commit5acefba19a11f2cb35bb1eb8202c80a6ab996d61
tree121cc377818f9142dfe3fbc7c7a695227bdeab95
parent1f8ec7ccde71a1880a43d29a8a08e75e45d90ed3
* vax-tdep.c (vax_store_struct_return): New function.
(vax_extract_return_value): Ditto.
(vax_store_return_value): Ditto.
(vax_extract_struct_value_address): Ditto.
* config/vax/tm-vax.h (STORE_STRUCT_RETURN): Use
vax_store_struct_return.
(EXTRACT_RETURN_VALUE): Use vax_extract_return_value.
(STORE_RETURN_VALUE): Use vax_store_return_value.
(EXTRACT_STRUCT_VALUE_ADDRESS): Use vax_extract_struct_value_address.
gdb/ChangeLog
gdb/config/vax/tm-vax.h
gdb/vax-tdep.c