PR4499, assign file positions assumes segment offsets increasing
[deliverable/binutils-gdb.git] / bfd / elf-nacl.c
index 58eebf6d75834b17e96f8593eb4b39d1ae924230..ddac3b372bf2c84d67fed2b9267bbe637af50daf 100644 (file)
@@ -197,6 +197,7 @@ nacl_modify_segment_map (bfd *abfd, struct bfd_link_info *info)
                 included the file header and phdrs.  */
              seg->includes_filehdr = 0;
              seg->includes_phdrs = 0;
+             seg->no_sort_lma = 1;
              /* Also strip out empty segments.  */
              if (seg->count == 0)
                {
This page took 0.032686 seconds and 4 git commands to generate.