2001-06-13 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / coff-solib.h
index 71f707fbf298768a5505bc3df8afb38a0b70f388..be66a773227dbb378188198787a53f6872ec7e9c 100644 (file)
@@ -1,5 +1,5 @@
 /* COFF (SVR3) Shared library declarations for GDB, the GNU Debugger.
-   Copyright (C) 1992 Free Software Foundation, Inc.
+   Copyright 1992, 1993, 1998, 1999, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -18,9 +18,8 @@
    Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#ifdef __STDC__                        /* Forward decl's for prototypes */
+/* Forward decl's for prototypes */
 struct target_ops;
-#endif
 
 /* Called when we free all symtabs, to free the shared library information
    as well. */
@@ -28,8 +27,7 @@ struct target_ops;
 #if 0
 #define CLEAR_SOLIB                    coff_clear_solib
 
-extern void
-coff_clear_solib PARAMS ((void));
+extern void coff_clear_solib (void);
 #endif
 
 /* Called to add symbols from a shared library to gdb's symbol table. */
@@ -37,8 +35,7 @@ coff_clear_solib PARAMS ((void));
 #define SOLIB_ADD(filename, from_tty, targ) \
     coff_solib_add (filename, from_tty, targ)
 
-extern void
-coff_solib_add PARAMS ((char *, int, struct target_ops *));
+extern void coff_solib_add (char *, int, struct target_ops *);
 
 /* Function to be called when the inferior starts up, to discover the names
    of shared libraries that are dynamically linked, the base addresses to
@@ -47,8 +44,7 @@ coff_solib_add PARAMS ((char *, int, struct target_ops *));
 
 #define SOLIB_CREATE_INFERIOR_HOOK(PID)        coff_solib_create_inferior_hook()
 
-extern void
-coff_solib_create_inferior_hook PARAMS ((void));       /* solib.c */
+extern void coff_solib_create_inferior_hook (void);    /* solib.c */
 
 /* Function to be called to remove the connection between debugger and
    dynamic linker that was established by SOLIB_CREATE_INFERIOR_HOOK.
@@ -186,6 +182,5 @@ coff_solib_create_inferior_hook PARAMS ((void));    /* solib.c */
 #if 0
 #define DISABLE_UNSETTABLE_BREAK(addr) coff_solib_address(addr)
 
-extern int
-solib_address PARAMS ((CORE_ADDR));    /* solib.c */
+extern int solib_address (CORE_ADDR);  /* solib.c */
 #endif
This page took 0.028167 seconds and 4 git commands to generate.