* c-valprint.c (c_value_print): Fix up some formatting. Use
[deliverable/binutils-gdb.git] / gdb / solib.h
index 503e3c2f3a5f35daa5f4be069a538c3c9635ac74..8fadf4e7338f27e643f46aba56562df73aea7f9a 100644 (file)
@@ -42,12 +42,12 @@ extern void clear_solib (void);
 extern void solib_add (char *, int, struct target_ops *, int);
 extern int solib_read_symbols (struct so_list *, int);
 
-/* Function to be called when the inferior starts up, to discover the names
-   of shared libraries that are dynamically linked, the base addresses to
-   which they are linked, and sufficient information to read in their symbols
-   at a later time. */
+/* Function to be called when the inferior starts up, to discover the
+   names of shared libraries that are dynamically linked, the base
+   addresses to which they are linked, and sufficient information to
+   read in their symbols at a later time.  */
 
-#define SOLIB_CREATE_INFERIOR_HOOK(PID)        solib_create_inferior_hook()
+#define SOLIB_CREATE_INFERIOR_HOOK(PID)        solib_create_inferior_hook ()
 
 /* Function to be called to remove the connection between debugger and
    dynamic linker that was established by SOLIB_CREATE_INFERIOR_HOOK.
This page took 0.026534 seconds and 4 git commands to generate.