aboutsummaryrefslogtreecommitdiff
path: root/gdb/symmisc.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2012-12-04 23:12:07 +0000
committerDoug Evans <dje@google.com>2012-12-04 23:12:07 +0000
commitb5ebcee64f57142337437b7dedf64a3d778fafc0 (patch)
tree37133fa949bec7f4035dd2488bab2b551436e321 /gdb/symmisc.c
parentbfc07f4d1a69f38f914e3ef877379580ec62e766 (diff)
downloadfsf-binutils-gdb-b5ebcee64f57142337437b7dedf64a3d778fafc0.zip
fsf-binutils-gdb-b5ebcee64f57142337437b7dedf64a3d778fafc0.tar.gz
fsf-binutils-gdb-b5ebcee64f57142337437b7dedf64a3d778fafc0.tar.bz2
* symmisc.c: Whitespace fixes.
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r--gdb/symmisc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c
index e9bdc24..694a84a 100644
--- a/gdb/symmisc.c
+++ b/gdb/symmisc.c
@@ -698,8 +698,8 @@ maintenance_print_objfiles (char *ignore, int from_tty)
}
}
-
/* List all the symbol tables whose names match REGEXP (optional). */
+
void
maintenance_info_symtabs (char *regexp, int from_tty)
{
@@ -777,6 +777,7 @@ block_depth (struct block *block)
/* Do early runtime initializations. */
+
void
_initialize_symmisc (void)
{