2008-08-23 Jim Blandy <jimb@redhat.com>

PR macros/607:
	* symmisc.c (print_symbol_bcache_statistics): Include statistics
	for the macro bcache.
This commit is contained in:
Tom Tromey 2008-08-23 20:31:37 +00:00
parent 2e668a5dff
commit d4ce0d3f69
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-08-23 Jim Blandy <jimb@redhat.com>
PR macros/607:
* symmisc.c (print_symbol_bcache_statistics): Include statistics
for the macro bcache.
2008-08-23 Tom Tromey <tromey@redhat.com>
* macrotab.h (struct macro_definition) <kind>: Shrink to one bit.

View File

@ -135,6 +135,7 @@ print_symbol_bcache_statistics (void)
{
printf_filtered (_("Byte cache statistics for '%s':\n"), objfile->name);
print_bcache_statistics (objfile->psymbol_cache, "partial symbol cache");
print_bcache_statistics (objfile->macro_cache, "preprocessor macro cache");
}
immediate_quit--;
}