From: Andrew Cagney Date: Sat, 31 May 2003 03:42:58 +0000 (+0000) Subject: 2003-05-30 Andrew Cagney X-Git-Tag: ezannoni_pie-20030916-branchpoint~1513 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8f55a7b394521febc8076cb1e95a37723e13e25;p=thirdparty%2Fbinutils-gdb.git 2003-05-30 Andrew Cagney * config/sparc/tm-sparc.h (sparc_extract_struct_value_address): Change parameter type to a "struct regcache *". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 97646e10cac..c42772fae99 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2003-05-30 Andrew Cagney + * 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. diff --git a/gdb/config/sparc/tm-sparc.h b/gdb/config/sparc/tm-sparc.h index e51eb63217d..16f94db182c 100644 --- a/gdb/config/sparc/tm-sparc.h +++ b/gdb/config/sparc/tm-sparc.h @@ -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). */