Stringpool stats. Also make Symbol_table support functions inline.
[deliverable/binutils-gdb.git] / gold / common.h
index e7fe84e4c66ea60ca69c8f8dfc6fe2cd27f8486b..bd24985c9bea51fe17afa131e20f5b16f15dcf4f 100644 (file)
@@ -54,6 +54,10 @@ class Allocate_commons_task : public Task
   void
   run(Workqueue*);
 
+  std::string
+  get_name() const
+  { return "Allocate_commons_task"; }
+
  private:
   class Allocate_commons_locker;
 
This page took 0.023156 seconds and 4 git commands to generate.