summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2005-01-13 23:45:29 +0000
committerMichael Snyder <msnyder@specifix.com>2005-01-13 23:45:29 +0000
commite5a202f99b2ba7c51883651230260fc4b17035f6 (patch)
tree6b2463608dc59d784194579a19aa06b0bd2347b6
parent75c6cb72f4c17367a74e69a3464f8a9a480657c1 (diff)
downloadgdb-e5a202f99b2ba7c51883651230260fc4b17035f6.tar.gz
2005-01-13 Michael Snyder <msnyder@redhat.com>
* coff-solib.c: Whitespace tweaks. * coff-solib.h: Whitespace tweaks.
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/coff-solib.c2
-rw-r--r--gdb/coff-solib.h14
3 files changed, 10 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 11b4f3fae31..36b90412b41 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,7 @@
2005-01-13 Michael Snyder <msnyder@redhat.com>
+ * coff-solib.c: Whitespace tweaks.
+ * coff-solib.h: Whitespace tweaks.
* cli-out.c: Whitespace tweaks.
* breakpoint.c: Whitespace tweaks.
* cli/cli-interp.c: Tweak comments, per coding standard.
diff --git a/gdb/coff-solib.c b/gdb/coff-solib.c
index 64dca7bbefd..9320dedf6aa 100644
--- a/gdb/coff-solib.c
+++ b/gdb/coff-solib.c
@@ -116,7 +116,7 @@ coff_solib_add (char *arg_string, int from_tty, struct target_ops *target, int r
SYNOPSIS
- void coff_solib_create_inferior_hook()
+ void coff_solib_create_inferior_hook ()
DESCRIPTION
diff --git a/gdb/coff-solib.h b/gdb/coff-solib.h
index d29f96a0981..05f6d92730c 100644
--- a/gdb/coff-solib.h
+++ b/gdb/coff-solib.h
@@ -37,12 +37,12 @@ extern void coff_clear_solib (void);
extern void coff_solib_add (char *, int, struct target_ops *, 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) coff_solib_create_inferior_hook()
+#define SOLIB_CREATE_INFERIOR_HOOK(PID) coff_solib_create_inferior_hook ()
extern void coff_solib_create_inferior_hook (void); /* solib.c */
@@ -61,7 +61,7 @@ extern void coff_solib_create_inferior_hook (void); /* solib.c */
Presently, this functionality is not implemented.
*/
-#define SOLIB_CREATE_CATCH_LOAD_HOOK(pid,tempflag,filename,cond_string) \
+#define SOLIB_CREATE_CATCH_LOAD_HOOK(pid, tempflag, filename, cond_string) \
error("catch of library loads/unloads not yet implemented on this platform")
/* This function is called by the "catch unload" command. It allows
@@ -70,7 +70,7 @@ extern void coff_solib_create_inferior_hook (void); /* solib.c */
Presently, this functionality is not implemented.
*/
-#define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid,tempflag,filename,cond_string) \
+#define SOLIB_CREATE_CATCH_UNLOAD_HOOK(pid, tempflag, filename, cond_string) \
error("catch of library loads/unloads not yet implemented on this platform")
/* This function returns TRUE if the dynamic linker has just reported