PR4499, assign file positions assumes segment offsets increasing
[deliverable/binutils-gdb.git] / bfd / elf32-spu.c
index e75d999fd51fa12bb5e3b53eb18e7f7390a01211..b557c865b3eb2d0b9497ac32e5cd714eeb1331b3 100644 (file)
@@ -5302,6 +5302,7 @@ spu_elf_modify_segment_map (bfd *abfd, struct bfd_link_info *info)
              && spu_elf_section_data ((*p)->sections[0])->u.o.ovl_index != 0)
            {
              m = *p;
+             m->no_sort_lma = 1;
              *p = m->next;
              *p_overlay = m;
              p_overlay = &m->next;
This page took 0.024353 seconds and 4 git commands to generate.