gdb: rename start_symtab/end_symtab to start_compunit_symtab/end_compunit_symtab
[binutils-gdb.git] / gdb / dwarf2 / cu.h
index bce0a3de63a41a982019a8dc24c3dc048f211b7d..6b72ec234bfaba2cd9bc4ec0463c244ec5084013 100644 (file)
@@ -59,11 +59,11 @@ struct dwarf2_cu
      We don't need the pc/line-number mapping for type units.  */
   void setup_type_unit_groups (struct die_info *die);
 
-  /* Start a symtab for DWARF.  NAME, COMP_DIR, LOW_PC are passed to the
-     buildsym_compunit constructor.  */
-  struct compunit_symtab *start_symtab (const char *name,
-                                       const char *comp_dir,
-                                       CORE_ADDR low_pc);
+  /* Start a compunit_symtab for DWARF.  NAME, COMP_DIR, LOW_PC are passed to
+     the buildsym_compunit constructor.  */
+  struct compunit_symtab *start_compunit_symtab (const char *name,
+                                                const char *comp_dir,
+                                                CORE_ADDR low_pc);
 
   /* Reset the builder.  */
   void reset_builder () { m_builder.reset (); }