]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/ia64-tdep.c
2005-05-19 Andrew Cagney <cagney@gnu.org>
[thirdparty/binutils-gdb.git] / gdb / ia64-tdep.c
index e75569cc30cb979b6f1b57f558043128fc3119cb..a69343aa445e124bba15b5131ab63ae9dbcb1473 100644 (file)
@@ -88,7 +88,6 @@ static gdbarch_register_name_ftype ia64_register_name;
 static gdbarch_register_type_ftype ia64_register_type;
 static gdbarch_breakpoint_from_pc_ftype ia64_breakpoint_from_pc;
 static gdbarch_skip_prologue_ftype ia64_skip_prologue;
-static gdbarch_extract_return_value_ftype ia64_extract_return_value;
 static struct type *is_float_or_hfa_type (struct type *t);
 static CORE_ADDR ia64_find_global_pointer (CORE_ADDR faddr);
 
@@ -2694,7 +2693,8 @@ ia64_use_struct_convention (int gcc_p, struct type *type)
 }
 
 void
-ia64_extract_return_value (struct type *type, struct regcache *regcache, void *valbuf)
+ia64_extract_return_value (struct type *type, struct regcache *regcache,
+                          gdb_byte *valbuf)
 {
   struct type *float_elt_type;