Record GDB 7.5 branch creation. Bump version number
[deliverable/binutils-gdb.git] / gdb / sparc-tdep.c
index 00bca01b915b10c230b1e0756c441dd65a7d111a..6da2297a3cb9547ab8c48f8e4e8947fd2cc13ad9 100644 (file)
@@ -602,7 +602,6 @@ static struct sparc_frame_cache *
 sparc_alloc_frame_cache (void)
 {
   struct sparc_frame_cache *cache;
-  int i;
 
   cache = FRAME_OBSTACK_ZALLOC (struct sparc_frame_cache);
 
@@ -1354,7 +1353,7 @@ sparc32_store_return_value (struct type *type, struct regcache *regcache,
 }
 
 static enum return_value_convention
-sparc32_return_value (struct gdbarch *gdbarch, struct type *func_type,
+sparc32_return_value (struct gdbarch *gdbarch, struct value *function,
                      struct type *type, struct regcache *regcache,
                      gdb_byte *readbuf, const gdb_byte *writebuf)
 {
This page took 0.024035 seconds and 4 git commands to generate.