From abaa399568d8dea6b959350e387968eb746115c9 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 4 Dec 2007 23:11:35 +0000 Subject: Print symbol table statistics with --stats. --- gold/symtab.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gold/symtab.h') diff --git a/gold/symtab.h b/gold/symtab.h index 9c7fb09..6d2577b 100644 --- a/gold/symtab.h +++ b/gold/symtab.h @@ -1127,6 +1127,10 @@ class Symbol_table void write_section_symbol(const Output_section*, Output_file*, off_t) const; + // Dump statistical information to stderr. + void + print_stats() const; + private: Symbol_table(const Symbol_table&); Symbol_table& operator=(const Symbol_table&); -- cgit v1.1