>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes: Jan> - if (data != NULL) Jan> + if (data != NULL && sec->the_bfd_section->index < data->section_count) I don't understand the need for this hunk. When can this be called in a context where the BFD doesn't match the data registered with the objfile? Tom