2003-05-30 Andrew Cagney <cagney@redhat.com>

* config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
	Change parameter type to a "struct regcache *".
This commit is contained in:
Andrew Cagney 2003-05-31 03:42:58 +00:00
parent c25083afe3
commit c8f55a7b39
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2003-05-30 Andrew Cagney <cagney@redhat.com>
* config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
Change parameter type to a "struct regcache *".
* gdbarch.sh: Regardless of the multi-arch level, always define
the macro when not already defined.
* gdbarch.h, gdbarch.c: Re-generate.

View File

@ -277,7 +277,7 @@ extern void sparc32_store_return_value (struct type *, struct regcache *,
#define EXTRACT_STRUCT_VALUE_ADDRESS(REGCACHE) \
sparc_extract_struct_value_address (REGCACHE)
extern CORE_ADDR sparc_extract_struct_value_address (char *);
extern CORE_ADDR sparc_extract_struct_value_address (struct regcache *);
/* Stack must be aligned on 64-bit boundaries when synthesizing
function calls (128-bit for sparc64). */