* elf64-ppc.c (ppc64_elf_relocate_section): Provide section/offset
[deliverable/binutils-gdb.git] / bfd / dwarf2.c
index e5d010349c9bd772123b65218dbec9bcbd344922..38268561fb0fd24cb761a91b0aaa96916e234397 100644 (file)
@@ -2148,7 +2148,7 @@ scan_unit_for_symbols (struct comp_unit *unit)
        {
          info_ptr = read_attribute (&attr, &abbrev->attrs[i], unit, info_ptr);
          if (info_ptr == NULL)
-           return FALSE;
+           goto fail;
 
          if (func)
            {
This page took 0.024104 seconds and 4 git commands to generate.