2003-05-30 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sat, 31 May 2003 03:42:58 +0000 (03:42 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 31 May 2003 03:42:58 +0000 (03:42 +0000)
* config/sparc/tm-sparc.h (sparc_extract_struct_value_address):
Change parameter type to a "struct regcache *".

gdb/ChangeLog
gdb/config/sparc/tm-sparc.h

index 97646e10cac000406f987f85964e45cde867c149..c42772fae9986f5dd4f78aded20188f19929d0cf 100644 (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.
index e51eb63217dc956a1d030057549e85fd781a4e86..16f94db182c52758225a9c2af3f05d61168370fa 100644 (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).  */
This page took 0.028027 seconds and 4 git commands to generate.