Handle bit offset and bit size in base types
[deliverable/binutils-gdb.git] / gdb / dwarf2 / comp-unit.h
index 2dd80901b8f852245a3885ed024411db056dda37..35bca8f8e9d7e55c7e21ab5afcd148764338fd49 100644 (file)
@@ -112,7 +112,7 @@ extern const gdb_byte *read_comp_unit_head
    The contents of the header are stored in HEADER.
    The result is a pointer to the start of the first DIE.  */
 extern const gdb_byte *read_and_check_comp_unit_head
-  (struct dwarf2_per_objfile *dwarf2_per_objfile,
+  (dwarf2_per_objfile *per_objfile,
    struct comp_unit_head *header,
    struct dwarf2_section_info *section,
    struct dwarf2_section_info *abbrev_section,
This page took 0.023744 seconds and 4 git commands to generate.