summaryrefslogtreecommitdiff
path: root/gdb/gdbcore.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2005-01-14 00:21:19 +0000
committerMichael Snyder <msnyder@specifix.com>2005-01-14 00:21:19 +0000
commitd35d9f9f3988bb803a7eee4cfa2981ea04f3a735 (patch)
tree419a6353b598bf07bed4507b28f74c783b078831 /gdb/gdbcore.h
parenta9e4550c48206ea64aa02813c1f76d7dd8b179a0 (diff)
downloadgdb-d35d9f9f3988bb803a7eee4cfa2981ea04f3a735.tar.gz
2005-01-13 Michael Snyder <msnyder@redhat.com>
* gdbcore.h: Whitespace tweaks.
Diffstat (limited to 'gdb/gdbcore.h')
-rw-r--r--gdb/gdbcore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h
index 734e7dfc760..248b16972cd 100644
--- a/gdb/gdbcore.h
+++ b/gdb/gdbcore.h
@@ -106,13 +106,13 @@ extern void generic_search (int len, char *data, char *mask,
extern void (*deprecated_exec_file_display_hook) (char *filename);
/* Hook for "file_command", which is more useful than above
- (because it is invoked AFTER symbols are read, not before) */
+ (because it is invoked AFTER symbols are read, not before). */
extern void (*deprecated_file_changed_hook) (char *filename);
extern void specify_exec_file_hook (void (*hook) (char *filename));
-/* Binary File Diddlers for the exec and core files */
+/* Binary File Diddlers for the exec and core files. */
extern bfd *core_bfd;
extern bfd *exec_bfd;