Handle bit offset and bit size in base types
[deliverable/binutils-gdb.git] / gdb / dwarf2 / line-header.h
index 700aaddacf7c6a78b2e7c65b566882d1a1eb7b9a..6ec86fd08d7bb29ba6ed8bb18dd38bd655f5def4 100644 (file)
@@ -204,9 +204,7 @@ file_entry::include_dir (const line_header *lh) const
    and must not be freed.  */
 
 extern line_header_up dwarf_decode_line_header
-  (sect_offset sect_off, bool is_dwz,
-   struct dwarf2_per_objfile *dwarf2_per_objfile,
-   struct dwarf2_section_info *section,
-   const struct comp_unit_head *cu_header);
+  (sect_offset sect_off, bool is_dwz, dwarf2_per_objfile *per_objfile,
+   struct dwarf2_section_info *section, const struct comp_unit_head *cu_header);
 
 #endif /* DWARF2_LINE_HEADER_H */
This page took 0.024169 seconds and 4 git commands to generate.