* python/python.c (gdbpy_find_pc_line): Call find_pc_line
[deliverable/binutils-gdb.git] / gold / main.cc
index 048454186f8393e84baab1576c40669da2d06c77..d3292981f8073b52d152a1c7801797180116e578 100644 (file)
@@ -47,6 +47,7 @@
 #include "gc.h"
 #include "icf.h"
 #include "incremental.h"
+#include "gdb-index.h"
 #include "timer.h"
 
 using namespace gold;
@@ -301,6 +302,7 @@ main(int argc, char** argv)
              program_name, static_cast<long long>(layout.output_file_size()));
       symtab.print_stats();
       layout.print_stats();
+      Gdb_index::print_stats();
       Free_list::print_stats();
     }
 
This page took 0.023346 seconds and 4 git commands to generate.