Index: gdb/ppc-tdep.h |
diff --git a/gdb/ppc-tdep.h b/gdb/ppc-tdep.h |
index ce43e797c1b8267be5fd47428478fb762063e34a..7ab639d7e3f4cc7911ae31378510556f66cad14a 100644 |
--- a/gdb/ppc-tdep.h |
+++ b/gdb/ppc-tdep.h |
@@ -28,13 +28,13 @@ struct type; |
/* From ppc-sysv-tdep.c ... */ |
enum return_value_convention ppc_sysv_abi_return_value (struct gdbarch *gdbarch, |
- struct type *func_type, |
+ struct value *function, |
struct type *valtype, |
struct regcache *regcache, |
gdb_byte *readbuf, |
const gdb_byte *writebuf); |
enum return_value_convention ppc_sysv_abi_broken_return_value (struct gdbarch *gdbarch, |
- struct type *func_type, |
+ struct value *function, |
struct type *valtype, |
struct regcache *regcache, |
gdb_byte *readbuf, |
@@ -54,7 +54,7 @@ CORE_ADDR ppc64_sysv_abi_push_dummy_call (struct gdbarch *gdbarch, |
int struct_return, |
CORE_ADDR struct_addr); |
enum return_value_convention ppc64_sysv_abi_return_value (struct gdbarch *gdbarch, |
- struct type *func_type, |
+ struct value *function, |
struct type *valtype, |
struct regcache *regcache, |
gdb_byte *readbuf, |