PARAMS removal.
[deliverable/binutils-gdb.git] / gdb / config / powerpc / nm-linux.h
index fb44d884f08d5fc8d08472d6f85eee38779170dc..0ef531ce1548b91569f6e3a0eb7799dcc69ab41c 100644 (file)
@@ -26,7 +26,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* 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);
 
 /* Tell gdb that we can attach and detach other processes */
 #define ATTACH_DETACH
@@ -51,16 +51,13 @@ extern int kernel_u_size PARAMS ((void));
 struct objfile;
 #endif
 
-extern void
-linuxthreads_new_objfile PARAMS ((struct objfile *objfile));
+extern void linuxthreads_new_objfile (struct objfile *objfile);
 #define target_new_objfile(OBJFILE) linuxthreads_new_objfile (OBJFILE)
 
-extern char *
-linuxthreads_pid_to_str PARAMS ((int pid));
+extern char *linuxthreads_pid_to_str (int pid);
 #define target_pid_to_str(PID) linuxthreads_pid_to_str (PID)
 
-extern int
-linuxthreads_prepare_to_proceed PARAMS ((int step));
+extern int linuxthreads_prepare_to_proceed (int step);
 #define PREPARE_TO_PROCEED(select_it) linuxthreads_prepare_to_proceed (1)
 
 
This page took 0.023057 seconds and 4 git commands to generate.