From: Doug Evans Date: Tue, 4 Dec 2012 23:12:07 +0000 (+0000) Subject: * symmisc.c: Whitespace fixes. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b5ebcee64f57142337437b7dedf64a3d778fafc0;p=binutils-gdb.git * symmisc.c: Whitespace fixes. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 41d9891ab3d..117b51606c2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-12-04 Doug Evans + + * symmisc.c: Whitespace fixes. + 2012-12-04 Karthik Bhat * i386-tdep.c (i386_skip_prologue): Using symbol table diff --git a/gdb/symmisc.c b/gdb/symmisc.c index e9bdc24ea35..694a84a89e4 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) {