2003-10-10 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ppc-tdep.h
index 4e6788c9b3bc82e4401175a4d7202a864bfae623..eb6158295107785c15ca578c109f538636abe0f5 100644 (file)
@@ -35,7 +35,18 @@ int ppc_linux_frameless_function_invocation (struct frame_info *);
 void ppc_linux_frame_init_saved_regs (struct frame_info *);
 CORE_ADDR ppc_linux_frame_chain (struct frame_info *);
 int ppc_sysv_abi_use_struct_convention (int, struct type *);
-int ppc_sysv_abi_broken_use_struct_convention (int, struct type *);
+void ppc_sysv_abi_store_return_value (struct type *type,
+                                     struct regcache *regcache,
+                                     const void *valbuf);
+void ppc_sysv_abi_extract_return_value (struct type *type,
+                                       struct regcache *regcache,
+                                       void *valbuf);
+void ppc_sysv_abi_broken_store_return_value (struct type *type,
+                                            struct regcache *regcache,
+                                            const void *valbuf);
+void ppc_sysv_abi_broken_extract_return_value (struct type *type,
+                                              struct regcache *regcache,
+                                              void *valbuf);
 CORE_ADDR ppc_sysv_abi_push_dummy_call (struct gdbarch *gdbarch,
                                        CORE_ADDR func_addr,
                                        struct regcache *regcache,
This page took 0.0344 seconds and 4 git commands to generate.