aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbcore.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2005-01-14 00:21:19 +0000
committerMichael Snyder <msnyder@vmware.com>2005-01-14 00:21:19 +0000
commit3a9a986fbf7fa2b0e8621c00d12b23dd654fbe32 (patch)
treeaebb81d8c3a4a88721b245dc77af77312c9cc709 /gdb/gdbcore.h
parentd3f1782188ce951af63587fc92a0e5d34b684aa3 (diff)
downloadfsf-binutils-gdb-3a9a986fbf7fa2b0e8621c00d12b23dd654fbe32.zip
fsf-binutils-gdb-3a9a986fbf7fa2b0e8621c00d12b23dd654fbe32.tar.gz
fsf-binutils-gdb-3a9a986fbf7fa2b0e8621c00d12b23dd654fbe32.tar.bz2
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 734e7df..248b169 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;