Remove objfile parameter from abbrev_table::read
[deliverable/binutils-gdb.git] / gdb / dwarf2 / abbrev.h
index 888f04ebebbbad6f27f1cf60474904b18959edf8..d52d00b42bfd8abe65bfc57d3cd03f609dc9ce7e 100644 (file)
@@ -55,8 +55,11 @@ typedef std::unique_ptr<struct abbrev_table> abbrev_table_up;
 
 struct abbrev_table
 {
-  static abbrev_table_up read (struct objfile *objfile,
-                              struct dwarf2_section_info *section,
+  /* Read an abbrev table from the indicated section, at the given
+     offset.  The caller is responsible for ensuring that the section
+     has already been read.  */
+
+  static abbrev_table_up read (struct dwarf2_section_info *section,
                               sect_offset sect_off);
 
   /* Look up an abbrev in the table.
This page took 0.023131 seconds and 4 git commands to generate.