gdb/
2012-12-19 Yao Qi <yao@codesourcery.com> * maint.c (maintenance_print_statistics): Make it static. * symtab.h (maintenance_print_statistics): Remove declaration.
This commit is contained in:
parent
19a3671ce8
commit
025cfdb2f7
3 changed files with 6 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-12-19 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* maint.c (maintenance_print_statistics): Make it static.
|
||||
* symtab.h (maintenance_print_statistics): Remove declaration.
|
||||
|
||||
2012-12-19 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* NEWS: Add entry announcing ppc-lynx178 support.
|
||||
|
|
|
@ -395,7 +395,7 @@ maintenance_info_sections (char *arg, int from_tty)
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
maintenance_print_statistics (char *args, int from_tty)
|
||||
{
|
||||
print_objfile_statistics ();
|
||||
|
|
|
@ -1174,10 +1174,6 @@ void maintenance_info_psymtabs (char *, int);
|
|||
|
||||
void maintenance_check_symtabs (char *, int);
|
||||
|
||||
/* maint.c */
|
||||
|
||||
void maintenance_print_statistics (char *, int);
|
||||
|
||||
/* Symbol-reading stuff in symfile.c and solib.c. */
|
||||
|
||||
extern void clear_solib (void);
|
||||
|
|
Loading…
Reference in a new issue