diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-05-31 03:42:58 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-05-31 03:42:58 +0000 |
commit | c8f55a7b394521febc8076cb1e95a37723e13e25 (patch) | |
tree | 317704065ac3890cd8e1cd583df1210ba452f0a1 /gdb/config | |
parent | c25083afe3c3b1cc34524f152d676d71c0abea89 (diff) | |
download | gdb-c8f55a7b394521febc8076cb1e95a37723e13e25.zip gdb-c8f55a7b394521febc8076cb1e95a37723e13e25.tar.gz gdb-c8f55a7b394521febc8076cb1e95a37723e13e25.tar.bz2 |
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 *".
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/sparc/tm-sparc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sparc/tm-sparc.h b/gdb/config/sparc/tm-sparc.h index e51eb63..16f94db 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). */ |