]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/vax-tdep.c
* vax-tdep.c (vax_store_struct_return): New function.
authorJason Thorpe <thorpej@netbsd.org>
Mon, 22 Apr 2002 20:59:28 +0000 (20:59 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Mon, 22 Apr 2002 20:59:28 +0000 (20:59 +0000)
commitea74468cd028a4fc0a500ae8f7a13ba373b9af99
treec71faf96f20285e58072285bdaa7fee8c66db2ac
parent5516aa921e57f45c4d2bd559209c67f4b81d8368
* 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