diff options
Diffstat (limited to 'gold/layout.h')
-rw-r--r-- | gold/layout.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gold/layout.h b/gold/layout.h index d909ace..a790892 100644 --- a/gold/layout.h +++ b/gold/layout.h @@ -226,6 +226,10 @@ class Layout find_output_segment(elfcpp::PT type, elfcpp::Elf_Word set, elfcpp::Elf_Word clear) const; + // Dump statistical information to stderr. + void + print_stats() const; + // The list of segments. typedef std::vector<Output_segment*> Segment_list; |