X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Felf.c;h=b069b592652dfd4d5c82478c71ba1b67538953fa;hb=325ba6fb34be799c885fad9287d883e86b835c84;hp=397fa62178f634ca5f482cab2bb26efa99e21111;hpb=c2596c4a72213391e5badda35b73f00d0e6aba76;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/elf.c b/bfd/elf.c index 397fa62178..b069b59265 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -5897,6 +5897,7 @@ assign_file_positions_for_non_load_sections (bfd *abfd, lm = lm->next, lp++) { if (lp->p_type == PT_LOAD + && lp->p_memsz != 0 && lm->count != 0 && lm->sections[lm->count - 1]->vma >= start && lm->sections[0]->vma < end)