Tighten up GDB's support for returning structs by value.
authorJim Blandy <jimb@codesourcery.com>
Thu, 29 Nov 2001 22:24:42 +0000 (22:24 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 29 Nov 2001 22:24:42 +0000 (22:24 +0000)
commitc8f9d51ce2e3eb695d8539d5615d0831ff906b3b
tree341cf684c7d00a33aa95ff2226760e85cb8a5af1
parentaf667503bbcea170ccc0c5d98894ea9edb074567
Tighten up GDB's support for returning structs by value.
* s390-tdep.c (s390_use_struct_convention): New function.
(s390_gdbarch_init): Register it as the S/390's
USE_STRUCT_CONVENTION method.  Register
generic_cannot_extract_struct_value_address as our
EXTRACT_STRUCT_VALUE_ADDRESS method.
* arch-utils.c (generic_cannot_extract_struct_value_address): New
function.
* arch-utils.h: Add corresponding prototype.
gdb/ChangeLog
gdb/arch-utils.c
gdb/arch-utils.h
gdb/s390-tdep.c
This page took 0.030408 seconds and 4 git commands to generate.