* rs6000-tdep.c: Changes throughout for multi-arch 64-bit
[deliverable/binutils-gdb.git] / gdb / config / rs6000 / nm-rs6000.h
index 1d6f970c760838d8072bc98e10928541fce53507..66a8652a813767d99d1d2eddd753b9d9f115c04e 100644 (file)
 
 #define FETCH_INFERIOR_REGISTERS
 
+/* Override child_xfer_memory in infptrace.c. */
+
+#define CHILD_XFER_MEMORY
+
 /* When a child process is just starting, we sneak in and relocate
    the symbol table (and other stuff) after the dynamic linker has
    figured out where they go.  */
     /* Core file.  */ \
     xcoff_relocate_core (c);
 
-extern void xcoff_relocate_symtab PARAMS ((unsigned int));
-#ifdef __STDC__
+extern void xcoff_relocate_symtab (unsigned int);
 struct target_ops;
-#endif
-extern void xcoff_relocate_core PARAMS ((struct target_ops *));
+extern void xcoff_relocate_core (struct target_ops *);
 
 /* Return sizeof user struct to callers in less machine dependent routines */
 
 #define KERNEL_U_SIZE kernel_u_size()
-extern int kernel_u_size PARAMS ((void));
+extern int kernel_u_size (void);
This page took 0.025114 seconds and 4 git commands to generate.