]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/config/rs6000/nm-rs6000.h
PARAMS removal.
[thirdparty/binutils-gdb.git] / gdb / config / rs6000 / nm-rs6000.h
index 52a98f0da2004f45525fcc127ab3c06957af948f..3d237bcbe984ed447c1e2c2ff4c0158faed4f94b 100644 (file)
     /* Core file.  */ \
     xcoff_relocate_core (c);
 
-extern void xcoff_relocate_symtab PARAMS ((unsigned int));
+extern void xcoff_relocate_symtab (unsigned int);
 struct target_ops;
-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);