summaryrefslogtreecommitdiff
path: root/gdb/solib.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2005-01-14 02:04:02 +0000
committerMichael Snyder <msnyder@specifix.com>2005-01-14 02:04:02 +0000
commitf1aab10bb178be1ff101b56d315fbc2c874a520f (patch)
treef04606b0b17d1a582583c013aeeb14b7b1748df9 /gdb/solib.h
parent318bba3d53abf08204a123e4beba9e6031ca490b (diff)
downloadgdb-f1aab10bb178be1ff101b56d315fbc2c874a520f.tar.gz
2005-01-13 Michael Snyder <msnyder@redhat.com>
* solib-aix.c: Whitespace tweaks. * solib.c: Whitespace tweaks. * solib-frv.c: Whitespace tweaks. * solib.h: Whitespace tweaks. * solib-irix.c: Whitespace tweaks. * solib-som.c: Whitespace tweaks. * solib-sunos.c: Whitespace tweaks. * solib-svr4.[ch]: Whitespace tweaks.
Diffstat (limited to 'gdb/solib.h')
-rw-r--r--gdb/solib.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/solib.h b/gdb/solib.h
index 503e3c2f3a5..8fadf4e7338 100644
--- a/gdb/solib.h
+++ b/gdb/solib.h
@@ -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.